jbilcke-hf's picture
jbilcke-hf HF staff
working on the route system
df83860
raw
history blame
No virus
274 Bytes
import { useEffect, useState, useTransition } from "react"
import Head from "next/head"
import Script from "next/script"
import { Metadata, ResolvingMetadata } from "next"
import { Main } from "../main"
export default async function ChannelsPage() {
return (<Main />)
}