Skip to content

Commit

Permalink
🌊
Browse files Browse the repository at this point in the history
  • Loading branch information
shyakadavis committed Sep 30, 2024
1 parent 7d9b64c commit af0c8fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
27 changes: 0 additions & 27 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,30 +27,3 @@ The value of an `{@html ...}` block in node_modules/​.pnpm/​[email protected]
</div>
</main>
</div>
<!-- <script>
import { page } from '$app/stores';
import extend from 'just-extend';
import { ModeWatcher } from 'mode-watcher';
import { MetaTags } from 'svelte-meta-tags';
import '../app.css';
import Aside from './aside.svelte';
import Header from './header.svelte';
let { data, children } = $props();
let metaTags = $derived(extend(true, {}, data.baseMetaTags, $page.data.pageMetaTags));
</script>
<MetaTags {...metaTags} />
<ModeWatcher />
<div>
<Header />
<main
class="sidebar -mx-px -mt-px flex max-w-[1220px] flex-col md:mx-auto xl:mt-0 xl:grid xl:grid-cols-[260px_1fr]"
>
<Aside />
<div class="order-2 grow">
{@render children?.()}
</div>
</main>
</div> -->
4 changes: 2 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- <script lang="ts">
<script lang="ts">
import { Icons } from '$lib/assets/icons';
import PageWrapper from '$lib/components/shared/page-wrapper.svelte';
import IntroductionLink from './introduction-link.svelte';
Expand Down Expand Up @@ -119,4 +119,4 @@
</div>
</IntroductionLink>
</section>
</PageWrapper> -->
</PageWrapper>

0 comments on commit af0c8fc

Please sign in to comment.