chore: fix lint
This commit is contained in:
parent
dad22e01ba
commit
9e51ad8170
@ -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();
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
import dayjs from "dayjs";
|
||||
import utc from "dayjs/plugin/utc.js";
|
||||
import tz from "dayjs/plugin/timezone.js";
|
||||
import type { BlogParsedContent, StoryParsedContent } from "@/shared/types";
|
||||
import type { StoryParsedContent } from "@/shared/types";
|
||||
|
||||
dayjs.extend(utc);
|
||||
dayjs.extend(tz);
|
||||
|
Loading…
Reference in New Issue
Block a user