aboutsummaryrefslogtreecommitdiffstats
path: root/webui/types/remark-react/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webui/types/remark-react/index.d.ts')
-rw-r--r--webui/types/remark-react/index.d.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/webui/types/remark-react/index.d.ts b/webui/types/remark-react/index.d.ts
index aa5e6bcb..89f48af2 100644
--- a/webui/types/remark-react/index.d.ts
+++ b/webui/types/remark-react/index.d.ts
@@ -1,6 +1,6 @@
-declare module "remark-react" {
+declare module 'remark-react' {
import { Plugin } from 'unified';
const plugin: Plugin;
export default plugin;
-};
+}