Skip to content

Commit

Permalink
refactor: NavSideBar to Sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
PleahMaCaka committed Oct 30, 2023
1 parent a4f7529 commit d0e18de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import Sidebar from "$lib/components/NavSidebar.svelte"
import Sidebar from "$lib/components/Sidebar.svelte"
import Settings from "$lib/components/sidebar/Settings.svelte"
import { DarkMode } from "$lib/utils/DarkMode"
import { onMount } from "svelte"
Expand Down

0 comments on commit d0e18de

Please sign in to comment.