8 lines
180 B
TypeScript
Raw Normal View History

import React from "react"
import { ThingtimeURL } from "~/components/Thingtime/ThingtimeURL"
export default function Index() {
return <ThingtimeURL edit code></ThingtimeURL>
}