diff --git a/src/components/Chat/index.js b/src/components/Chat/index.js index 106cd83..41c4560 100644 --- a/src/components/Chat/index.js +++ b/src/components/Chat/index.js @@ -12,6 +12,7 @@ import { OpenIcon, } from './styles' import { colours } from '../../assets/theme' +import config from '../../data/config' const Chat = ({ overlayActive }) => { const { width, height } = useWindowDimensions() @@ -26,7 +27,7 @@ const Chat = ({ overlayActive }) => {