mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
create empty maps toolbar
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
type Props = {
|
||||
className?: string
|
||||
}
|
||||
|
||||
export function MapsToolbar({className}: Props) {
|
||||
return (
|
||||
<div className={className}>
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user