File size: 274 Bytes
df83860
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
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 />)
}