fix(core): update

This commit is contained in:
2019-09-04 14:13:42 +02:00
parent d6cf698327
commit 67ef49ddce
9 changed files with 1141 additions and 369 deletions

View File

@@ -1,4 +1,4 @@
import * as grayMatter from 'gray-matter';
import grayMatter from 'gray-matter';
export type TFrontMatter = 'yaml' | 'json';