Skip to content

Commit

Permalink
Relocate Separator.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrench56 committed Jul 8, 2024
1 parent ea4ad38 commit 370d30a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/routes/settings/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import Box from "$lib/components/settings/Box.svelte";
import SettingsHeader from "$lib/components/settings/Header.svelte";
import Separator from "$lib/components/settings/Separator.svelte";
import Separator from "$lib/components/shared/Separator.svelte";
import SettingsContainer from "$lib/components/settings/SettingsContainer.svelte";
import DNotificationContainer from "$lib/notifications/DNotificationContainer.svelte";
</script>
Expand Down

0 comments on commit 370d30a

Please sign in to comment.