Julian Bilcke
there isn't much usefulness to embedding the AI Tube
534ad64
import { Main } from "../main"
// import { getChannels } from "../server/actions/ai-tube-hf/getChannels"
export default async function ChannelsPage() {
// const channels = await getChannels()
return (<Main />)
}