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

@@ -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);