import Back from '@/components/back'; export default function NestedPage() { return (

nested page

); }