chore: downgrade volar

vscode you're driving me mad
This commit is contained in:
2022-08-10 12:51:06 -04:00
parent 9e51ad8170
commit 6f05d95e2c
2 changed files with 3 additions and 1 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 { StoryParsedContent } from "@/shared/types";
import { type StoryParsedContent } from "@/shared/types";
dayjs.extend(utc);
dayjs.extend(tz);