diff --git a/src/UIShell/Content.svelte b/src/UIShell/Content.svelte index d3fc1e03..150fea14 100644 --- a/src/UIShell/Content.svelte +++ b/src/UIShell/Content.svelte @@ -4,8 +4,6 @@ import { Grid, Row, Column } from "../Grid"; import { shouldRenderHamburgerMenu } from "./navStore"; - - const { style, ...rest } = $$restProps;