Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
tjheffner committed Jan 21, 2024
1 parent 178193c commit 295ee35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/routes/(main)/gallery/[slug]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import Comments from '$lib/components/Comments.svelte'
import 'prism-themes/themes/prism-shades-of-purple.min.css'
export let commentsEl;
/** @type {import('./$types').PageData} */
export let data
Expand Down Expand Up @@ -76,6 +74,7 @@
</div>
</article>


<div
class="mx-auto mb-16 flex w-full max-w-2xl flex-col items-start justify-center px-4 sm:px-8"
>
Expand Down

0 comments on commit 295ee35

Please sign in to comment.