From 6daeb5dbf11a973def514cd43972fdd8eb6a8058 Mon Sep 17 00:00:00 2001 From: jqlio18 Date: Sun, 18 Dec 2022 21:58:43 -0500 Subject: [PATCH] Remove unsued variables. --- src/UIShell/Content.svelte | 2 -- 1 file changed, 2 deletions(-) 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;