Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
milkcee12 committed Feb 21, 2024
1 parent f13650b commit e0b1202
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/routes/(app)/playground/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
<script lang="ts">
import { openModal } from "svelte-modals";
import GalleryModal from "$lib/components/common/GalleryModal.svelte";
import Heading from "$lib/components/common/Heading.svelte";
import LazyImage from "$lib/components/common/LazyImage.svelte";
import { PlaygroundModule } from "$lib/imageModules";
import cowsRoomStill1 from "$lib/images/playground/cows_room_still1.jpg";
import cowsRoomPlaceholder from "$lib/images/playground/cows_room_placeholder.jpg";
import cowsRoomVideo from "$lib/images/playground/cows_room.mp4";
import ImageGallery from "$lib/components/ImageGallery.svelte";
</script>

Expand Down

0 comments on commit e0b1202

Please sign in to comment.