jbilcke-hf's picture
jbilcke-hf HF staff
there isn't much usefulness to embedding the AI Tube
534ad64
raw history blame
No virus
218 Bytes
import { Main } from "../main"
// import { getChannels } from "../server/actions/ai-tube-hf/getChannels"
export default async function ChannelsPage() {
// const channels = await getChannels()
return (<Main />)
}