jbilcke-hf's picture
jbilcke-hf HF staff
working on the route system
df83860
raw
history blame
99 Bytes
import { Main } from "../main"
export default async function ChannelPage() {
return (<Main />)
}