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