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 7c2a071 commit 699fbe7Copy full SHA for 699fbe7
quick-starts/nextjs-quick-start/app/page.tsx
@@ -1,7 +1,7 @@
1
"use client";
2
3
import React from "react";
4
-import App from "../components/app";
+import App from "../components/App";
5
6
export default function Home() {
7
return <App />;
0 commit comments