Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nextjs-starter-template
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Moorthy G
nextjs-starter-template
Commits
dba49b13
Commit
dba49b13
authored
May 16, 2023
by
Moorthy G
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(page-not-found): move to layout directory
parent
169c4849
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1 addition
and
1 deletion
+1
-1
not-found.js
app/not-found.js
+1
-1
.gitkeep
components/layout/.gitkeep
+0
-0
404.png
components/layout/page-not-found/img/404.png
+0
-0
index.js
components/layout/page-not-found/index.js
+0
-0
page-not-found.stories.js
components/layout/page-not-found/page-not-found.stories.js
+0
-0
styles.module.scss
components/layout/page-not-found/styles.module.scss
+0
-0
No files found.
app/not-found.js
View file @
dba49b13
import
PageNotFound
from
'@components/page-not-found'
;
import
PageNotFound
from
'@components/
layout/
page-not-found'
;
export
default
PageNotFound
;
export
default
PageNotFound
;
components/layout/.gitkeep
0 → 100644
View file @
dba49b13
components/page-not-found/img/404.png
→
components/
layout/
page-not-found/img/404.png
View file @
dba49b13
File moved
components/page-not-found/index.js
→
components/
layout/
page-not-found/index.js
View file @
dba49b13
File moved
components/page-not-found/page-not-found.stories.js
→
components/
layout/
page-not-found/page-not-found.stories.js
View file @
dba49b13
File moved
components/page-not-found/styles.module.scss
→
components/
layout/
page-not-found/styles.module.scss
View file @
dba49b13
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment