Skip to content

Commit 0a07e2f

Browse files
authored
Merge pull request #32 from VapiAI/arvind/fix-example
Fix example app
2 parents e8d617f + 7273ca6 commit 0a07e2f

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)