diff options
Diffstat (limited to 'vnext/src/ui/Chat.js')
-rw-r--r-- | vnext/src/ui/Chat.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vnext/src/ui/Chat.js b/vnext/src/ui/Chat.js index 93ed347e..0f8f53ba 100644 --- a/vnext/src/ui/Chat.js +++ b/vnext/src/ui/Chat.js @@ -8,7 +8,6 @@ import UserInfo from './UserInfo'; import { getChat, pm } from '../api'; -import './Chat.css'; import { useVisitor } from './VisitorContext'; import { Helmet } from 'react-helmet'; |