mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix: case-sensitive import
This commit is contained in:
parent
4b8ae1a78e
commit
67e0a470d9
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<script lang="ts" setup>
|
||||
import { defineAsyncComponent } from 'vue'
|
||||
|
||||
import SideBar from '@/components/layout/main-wrapper/SideBar.vue'
|
||||
import SideBar from '@/components/layout/main-wrapper/Sidebar.vue'
|
||||
import MainContent from '@/components/layout/main-wrapper/MainContent.vue'
|
||||
import ExtraPanel from '@/components/layout/main-wrapper/ExtraPanel.vue'
|
||||
|
||||
|
|
Loading…
Reference in a new issue