This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ntasicc
/
diligent-next
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
feat: blank page for future implemenation
hover-contact
ntasicc
3 years ago
parent
147f3cfa9c
commit
cca9aed036
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
pages/single-data/index.js
+ 5
- 0
pages/single-data/index.js
View File
@@ -0,0 +1,5 @@
const BlankPage = () => {
return <div></div>;
};
export default BlankPage;
Write
Preview
Loading…
Cancel
Save