feat: 本次提交更新内容如下

css module迁移
This commit is contained in:
笔记本里的永平
2025-07-17 23:19:08 +08:00
parent 23ac626a7e
commit 6f6cbadacd
10 changed files with 145 additions and 50 deletions

View File

@@ -7,10 +7,6 @@ function App() {
return (
<>
<AppRouter />
<div style={{ margin: 16 }}>
<Button type="primary">Antd </Button>
<MobileButton color="primary">Antd-Mobile </MobileButton>
</div>
</>
);
}