Skip to content

Commit 699fbe7

Browse files
committed
nit
1 parent 7c2a071 commit 699fbe7

File tree

1 file changed

+1
-1
lines changed
  • quick-starts/nextjs-quick-start/app

1 file changed

+1
-1
lines changed

quick-starts/nextjs-quick-start/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use client";
22

33
import React from "react";
4-
import App from "../components/app";
4+
import App from "../components/App";
55

66
export default function Home() {
77
return <App />;

0 commit comments

Comments
 (0)