Skip to content

Commit e52b6d1

Browse files
committed
fix: revert CSS local changes
1 parent 6527d72 commit e52b6d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/vite/src/App.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ import {
1414
ThreadList,
1515
ChatView,
1616
} from 'stream-chat-react';
17-
// import 'stream-chat-react/css/v2/index.css';
18-
import '@stream-io/stream-chat-css/dist/v2/css/index.css';
17+
import 'stream-chat-react/css/v2/index.css';
1918

2019
const params = (new Proxy(new URLSearchParams(window.location.search), {
2120
get: (searchParams, property) => searchParams.get(property as string),

0 commit comments

Comments
 (0)