diff --git a/ts/index.ts b/ts/index.ts index d770e42..df2bd9e 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,4 +1,3 @@ -import 'typings-global'; import * as grayMatter from 'gray-matter'; export type TFrontMatter = 'yaml' | 'json';