Skip to content

Commit 7273ca6

Browse files
committed
updates
1 parent e8d617f commit 7273ca6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/src/main.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React from 'react';
22
import ReactDOM from 'react-dom/client';
33
import App from './App.tsx';
44
import './index.css';
5+
import '../../dist/client-sdk-react.css';
56

67
ReactDOM.createRoot(document.getElementById('root')!).render(
78
<React.StrictMode>

0 commit comments

Comments
 (0)