Skip to content

Commit a8bfa92

Browse files
committed
excute format and lint
1 parent 41a68b6 commit a8bfa92

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/pages/_app.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ import type { AppProps } from "next/app";
33
export default function App({ Component, pageProps }: AppProps) {
44
return <Component {...pageProps} />;
55
}
6-

src/pages/_document.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ export default function Document() {
1111
</Html>
1212
);
1313
}
14-

src/pages/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ export default function Home() {
2323
</div>
2424
);
2525
}
26-

0 commit comments

Comments
 (0)