mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-17 01:24:36 +01:00
(feat:layout) Scaffold a good layout
This commit is contained in:
9
src/ui/components/TopBar.tsx
Normal file
9
src/ui/components/TopBar.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
function TopBar() {
|
||||
return (
|
||||
<div>
|
||||
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default TopBar;
|
||||
Reference in New Issue
Block a user