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