8 lines
175 B
TypeScript
Raw Normal View History

2023-07-21 13:33:47 +00:00
import React from "react"
import { ThingtimeURL } from "~/components/Thingtime/ThingtimeURL"
export default function Index() {
return <ThingtimeURL edit></ThingtimeURL>
}