mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 15:09:45 +08:00
左侧栏初步
This commit is contained in:
0
src/pages/dashboard/Dashboard.module.css
Normal file
0
src/pages/dashboard/Dashboard.module.css
Normal file
10
src/pages/dashboard/Dashboard.tsx
Normal file
10
src/pages/dashboard/Dashboard.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from "react";
|
||||
import styles from "./Dashboard.module.css";
|
||||
|
||||
export const Dashboard: React.FC<any> = () => {
|
||||
return (
|
||||
<div>
|
||||
<p>首頁概況</p>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
1
src/pages/dashboard/index.ts
Normal file
1
src/pages/dashboard/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./Dashboard";
|
||||
Reference in New Issue
Block a user