dashboard
repositories
filestore
activity
search
login
TevinLi
/
admin2-components
AdmSysV2【公共组件库】@前端(For Git Submodule)
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor: 清理旧版 sideMenu 组件及 openspec 提案
Tevin
4 days ago
2769c9ed2d786d4d19079e82041e8c5223e65364
[~liqx/admin2-components.git]
/
example
/
App.tsx
1
2
3
4
5
6
7
8
9
10
function App() {
return (
<div style={{ padding: '20px' }}>
<h1>admin2-components</h1>
<p>组件展示示例(待开发)</p>
</div>
);
}
export default App;