Skip to content

Commit

Permalink
types: Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Nov 7, 2023
1 parent 645b4eb commit b54e17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Account/Preferences.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


<script setup lang="ts">
import { SelectOption } from "naive-ui"
import type { SelectOption } from "naive-ui"
const { colorModePreference } = useNaiveColorMode()
const preference = ref(colorModePreference.get())
Expand Down

0 comments on commit b54e17e

Please sign in to comment.