seperated backend and frontend
This commit is contained in:
0
frontend/pages/a.txt
Normal file
0
frontend/pages/a.txt
Normal file
13
frontend/pages/mock/page.tsx
Normal file
13
frontend/pages/mock/page.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
'use client';
|
||||
|
||||
const PageMock = () => {
|
||||
return (
|
||||
<>
|
||||
<div>
|
||||
<h1>Mock Page</h1>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default PageMock;
|
||||
Reference in New Issue
Block a user