8 lines
170 B
TypeScript
8 lines
170 B
TypeScript
|
import React from "react"
|
||
|
|
||
|
import { ThingtimeURL } from "~/components/Thingtime/ThingtimeURL"
|
||
|
|
||
|
export default function Index() {
|
||
|
return <ThingtimeURL></ThingtimeURL>
|
||
|
}
|