Skip to content

Commit

Permalink
Fixed CSS import
Browse files Browse the repository at this point in the history
  • Loading branch information
dzwood committed Oct 30, 2023
1 parent 5969124 commit 922512e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import JsonLD from 'components/JsonLD';
import configureNProgress from 'config/nprogress';
import { AppProvider } from 'providers';

import 'stream-chat-react/dist/css/index.css';
import 'stream-chat-react/dist/css/v2/index.css';
import './StreamChatOverrides.css';

import 'react-quill/dist/quill.snow.css';
Expand Down

0 comments on commit 922512e

Please sign in to comment.