feat: finish main layout
This commit is contained in:
5
src/pages/log.tsx
Normal file
5
src/pages/log.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
const LogPage = () => {
|
||||
return <h1>Log</h1>;
|
||||
};
|
||||
|
||||
export default LogPage;
|
||||
Reference in New Issue
Block a user