File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11<script setup lang="ts">
22import { storeToRefs } from ' pinia'
33import { nextTick , onMounted , ref } from ' vue'
4+ import { applyDarkModeToDocument , syncSystemDarkMode } from ' @/composables'
45import AIEditingMain from ' ./components/AIEditing/index.vue'
56import ChatInput from ' ./components/chat/ChatInput.vue'
67import ChatMessages from ' ./components/chat/ChatMessages.vue'
@@ -9,7 +10,6 @@ import ModelDisplay from './components/common/ModelDisplay.vue'
910import Sidebar from ' ./components/common/Sidebar.vue'
1011import TextInput from ' ./components/inputs/TextInput.vue'
1112import Settings from ' ./components/settings/Settings.vue'
12- import { applyDarkModeToDocument , syncSystemDarkMode } from ' ./composables/useTheme.ts'
1313import { SCENES , useAppStore , useChatStore } from ' ./stores'
1414
1515// Stores
You can’t perform that action at this time.
0 commit comments