a3f1817
1
2
3
4
5
import { Main } from "../../main" export default async function AccountChannelPage() { return (<Main />) }