Skip to content

Commit

Permalink
App bar removed
Browse files Browse the repository at this point in the history
Signed-off-by: Devashish Lal <[email protected]>
  • Loading branch information
BLaZeKiLL committed Jan 27, 2024
1 parent e63be61 commit 3a17a1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
13 changes: 0 additions & 13 deletions src/lib/components/layout/WebrayAppBar.svelte

This file was deleted.

5 changes: 0 additions & 5 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import WebrayLeftBar from '$lib/components/layout/WebrayLeftBar.svelte';
import WebrayRightBar from '$lib/components/layout/WebrayRightBar.svelte';
import WebrayAppBar from '$lib/components/layout/WebrayAppBar.svelte';
import WebrayRenderBar from '$lib/components/layout/WebrayImageBar.svelte';
import WebrayFooter from '$lib/components/layout/WebrayFooter.svelte';
Expand All @@ -20,10 +19,6 @@
slotSidebarRight="w-1/6 overflow-y-clip"
slotPageFooter="h-1/6"
>
<svelte:fragment slot="header">
<WebrayAppBar />
</svelte:fragment>

<svelte:fragment slot="sidebarLeft">
<WebrayLeftBar />
</svelte:fragment>
Expand Down

0 comments on commit 3a17a1a

Please sign in to comment.