We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3f338 commit ce4d270Copy full SHA for ce4d270
app/(root)/page.tsx renamed to app/(root)/app.tsx
app/page.tsx
@@ -1,5 +1,5 @@
1
import dynamic from "next/dynamic";
2
3
-const App = dynamic(() => import("./(root)/page"), { ssr: false });
+const App = dynamic(() => import("./(root)/app"), { ssr: false });
4
5
export default App;
0 commit comments