chore: fix lint

This commit is contained in:
2022-08-10 12:04:57 -04:00
parent dad22e01ba
commit 9e51ad8170
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<script setup lang="ts">
import { type Ref, ref } from "vue";
import { ref } from "vue";
import IconSun from "@/assets/images/sun.svg?component";
import IconMoon from "../assets/images/moon.svg?component";
import IconMoon from "@/assets/images/moon.svg?component";
const colorMode = useColorMode();