feat: 本次提交更新内容如下
css module迁移
This commit is contained in:
@@ -7,10 +7,6 @@ function App() {
|
||||
return (
|
||||
<>
|
||||
<AppRouter />
|
||||
<div style={{ margin: 16 }}>
|
||||
<Button type="primary">Antd 按钮</Button>
|
||||
<MobileButton color="primary">Antd-Mobile 按钮</MobileButton>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user