mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-11 13:46:17 +00:00
refactor: move NavBar component to the correct folder
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user