refactor: move NavBar component to the correct folder

This commit is contained in:
madkarmaa
2025-11-24 12:34:48 +01:00
parent 6d430b4487
commit 536c4fe20d
2 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import '../app.css';
import favicon from '$assets/favicon.ico';
import NavBar from '$components/molecules/NavBar.svelte';
import NavBar from '$components/organisms/NavBar.svelte';
import ModalBackground from '$components/atoms/ModalBackground.svelte';
import type { WithChildren } from '$types';