mirror of
https://github.com/PlayEdu/backend
synced 2025-12-25 01:39:44 +08:00
安装less
This commit is contained in:
10
src/pages/dashboard/index.tsx
Normal file
10
src/pages/dashboard/index.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from "react";
|
||||
import styles from "./index.module.less";
|
||||
|
||||
export const Dashboard: React.FC<any> = () => {
|
||||
return (
|
||||
<div>
|
||||
<p>首頁概況</p>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user