tldraw/components/code-panel/code-as-string.ts

10 lines
102 B
TypeScript
Raw Normal View History

2021-05-14 22:56:41 +00:00
// This is the code library.
export default `
// Hello world
const name = "steve"
const age = 93
`