aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/Markdown/InlineSyntax.tsx1
-rw-r--r--src/react-app-env.d.ts1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Markdown/InlineSyntax.tsx b/src/lib/Markdown/InlineSyntax.tsx
index 48c0374..53cdaf0 100644
--- a/src/lib/Markdown/InlineSyntax.tsx
+++ b/src/lib/Markdown/InlineSyntax.tsx
@@ -1,7 +1,6 @@
import React from 'react';
import { Link, makeStyles } from '@material-ui/core';
-// @ts-ignore-next-line;
import { lib as emojiLib } from 'emojilib';
import { InlineParserPropTypes } from './types';
diff --git a/src/react-app-env.d.ts b/src/react-app-env.d.ts
index 6431bc5..46be55a 100644
--- a/src/react-app-env.d.ts
+++ b/src/react-app-env.d.ts
@@ -1 +1,2 @@
/// <reference types="react-scripts" />
+declare module 'emojilib';