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