mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
fix(web): rename Sidebar directory to lowercase for consistency
Rename components/Sidebar to components/sidebar and update import path.
This commit is contained in:
@@ -13,6 +13,6 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import MainLayout from '@/layout/main-layout/index.vue'
|
||||
import SideBar from '@/components/Sidebar/index.vue'
|
||||
import SideBar from '@/components/sidebar/index.vue'
|
||||
import MainContainer from '@/components/main-container/index.vue'
|
||||
</script>
|
||||
Reference in New Issue
Block a user