1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-24 22:46:41 +07:00

optimized imports

This commit is contained in:
Fedor Katurov 2021-04-28 15:53:01 +07:00
parent 436a931720
commit 95ed64c640

View file

@ -2,7 +2,7 @@ import extract from "remark-extract-frontmatter";
import frontmatter from "remark-frontmatter"; import frontmatter from "remark-frontmatter";
import compiler from "remark-stringify"; import compiler from "remark-stringify";
import parser from "remark-parse"; import parser from "remark-parse";
import unified, { Processor } from "unified"; import unified from "unified";
import { parse } from "yaml"; import { parse } from "yaml";
import toVFile from "to-vfile"; import toVFile from "to-vfile";
import path from "path"; import path from "path";