Remove unused imports

This commit is contained in:
Daniel Ruf
2019-06-30 18:12:49 +02:00
parent b388e49df8
commit 481374bff7
7 changed files with 2 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
import fs, { readFile, outputFile } from 'fs-extra';
import { readFile } from 'fs-extra';
import path from 'path';
import frontmatter from 'front-matter';
import marked from 'marked';