Skip to content

Commit

Permalink
chore: move svgs to vectors under assets
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlitgrace committed Dec 22, 2024
1 parent 07b3a36 commit 6231f2d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/routes/(app)/q/+error.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import Quibble404 from '$lib/assets/svgs/quibble_404.svg';
import Quibble404 from '$lib/assets/vectors/quibble_404.svg';
import { page } from '$app/stores';
</script>

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/routes/+error.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import Quibble404 from '$lib/assets/svgs/quibble_404.svg';
import Quibble404 from '$lib/assets/vectors/quibble_404.svg';
import { page } from '$app/stores';
</script>

Expand Down

0 comments on commit 6231f2d

Please sign in to comment.