tldraw/pages/index.tsx

7 lines
117 B
TypeScript
Raw Normal View History

2021-05-09 12:03:39 +00:00
import Head from "next/head"
import Image from "next/image"
export default function Home() {
return <div></div>
}