seperated backend and frontend
This commit is contained in:
5
frontend/app/mock/page.tsx
Normal file
5
frontend/app/mock/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import PageMock from "@/pages/mock/page";
|
||||
|
||||
const MockPage = () => { return <div><PageMock /></div> };
|
||||
|
||||
export default MockPage;
|
||||
Reference in New Issue
Block a user