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:
parent
436a931720
commit
95ed64c640
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue