Browse Source

feat: blank page for future implemenation

hover-contact
ntasicc 3 years ago
parent
commit
cca9aed036
1 changed files with 5 additions and 0 deletions
  1. 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;

Loading…
Cancel
Save