Skip to content

Commit ae2f6b9

Browse files
committed
chore: upate
1 parent f1d4b30 commit ae2f6b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { createApp } from 'nativescript-vue';
2+
import { useColorMode } from "@vallemar/nativescript-vueuse";
23
import Home from './components/Home.vue';
3-
import {useColorMode} from "@vallemar/nativescript-vueuse";
4-
import {THEMES} from "~/data";
4+
import { THEMES } from "~/data";
55

66
useColorMode({
77
modes: THEMES

0 commit comments

Comments
 (0)