Skip to content

Commit 8015df1

Browse files
authored
Merge pull request #114 from CodeSpace-Academy/Project-intialization#61
fixed structure added pages.js and layout.js
2 parents 4aa03e4 + c2207d5 commit 8015df1

File tree

675 files changed

+108
-126211
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

675 files changed

+108
-126211
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

app/layout.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import "./globals.css";
2+
3+
export default function RootLayout({ children }) {
4+
return (
5+
<html lang="en">
6+
<body
7+
>
8+
{children}
9+
</body>
10+
</html>
11+
);
12+
}

app/page.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
export default function Home() {
2+
return (
3+
<div>
4+
<main></main>
5+
<footer></footer>
6+
</div>
7+
);
8+
}
File renamed without changes.
File renamed without changes.

my-app/.next/BUILD_ID

Lines changed: 0 additions & 1 deletion
This file was deleted.

my-app/.next/app-build-manifest.json

Lines changed: 0 additions & 34 deletions
This file was deleted.

my-app/.next/app-path-routes-manifest.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

my-app/.next/build-manifest.json

Lines changed: 0 additions & 32 deletions
This file was deleted.

my-app/.next/cache/eslint/.cache_dr03ht

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

my-app/.next/export-marker.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

my-app/.next/images-manifest.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

my-app/.next/next-minimal-server.js.nft.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

my-app/.next/next-server.js.nft.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

my-app/.next/package.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

my-app/.next/prerender-manifest.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

my-app/.next/react-loadable-manifest.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

my-app/.next/required-server-files.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

my-app/.next/routes-manifest.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

my-app/.next/server/app-paths-manifest.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)