From e7f6ec10d4f8a5a956f679cda3e33e7a3a2a1dc2 Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Tue, 28 Feb 2023 10:41:38 -0500 Subject: [PATCH] chore(types): remove unused imports (#348) --- src/types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index 6303a9f..7e3a673 100644 --- a/src/types.ts +++ b/src/types.ts @@ -3,7 +3,6 @@ * SPDX-License-Identifier: MPL-2.0 */ -import { Pluggable, Compiler } from 'unified' import { CompileOptions } from '@mdx-js/mdx' export interface SerializeOptions {