formatting

This commit is contained in:
Nathan Chapman
2024-02-27 11:17:36 -06:00
parent fb6f86c563
commit 785aa9a7c6
4 changed files with 13 additions and 23 deletions
+2 -2
View File
@@ -5,9 +5,9 @@ const App = dynamic(() => import('../../components/AppShell'), {
});
export function generateStaticParams() {
return [{ all: ['tabs', 'feed'] }]
return [{ all: ['tabs', 'feed'] }];
}
export default function Page() {
return <App />;
}
}