fix: tyding up weird html
This commit is contained in:
@ -5,9 +5,7 @@ import { Dock } from "./dock";
|
||||
export const WithTopbarAndDock: Component<ParentProps> = (props) => {
|
||||
return (
|
||||
<>
|
||||
<div class="">
|
||||
<Topbar />
|
||||
</div>
|
||||
<Topbar />
|
||||
<div class="h-full overflow-y-auto">{props.children}</div>
|
||||
<div class="">
|
||||
<Dock />
|
||||
|
Reference in New Issue
Block a user