Skip to content

Commit b5a19b6

Browse files
committed
Renaming composable
1 parent 077c841 commit b5a19b6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Repl, useStore } from '@vue/repl';
66
import { onMounted, ref } from 'vue';
77
88
import YVHeader from './YvHeader.vue';
9-
import { useSettingsStore } from './composables/settings';
9+
import { useSettingsStore } from './composables/useSettingsStore';
1010
1111
const { settings } = useSettingsStore();
1212

src/YvHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import { useSettingsStore } from './composables/settings';
2+
import { useSettingsStore } from './composables/useSettingsStore';
33
44
const { settings, toggleLayout, toggleTheme } = useSettingsStore();
55
File renamed without changes.

0 commit comments

Comments
 (0)