tldraw/packages/www/pages/u/[id].tsx

6 lines
109 B
TypeScript
Raw Normal View History

2021-08-10 16:12:55 +00:00
import * as React from 'react'
export default function UserPage(): JSX.Element {
return <div>todo</div>
}