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