Skip to content

Commit

Permalink
Umami analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
machado2 committed Jun 29, 2024
1 parent dc54602 commit 3ec17bf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions ui/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ import App from './App';
import reportWebVitals from './reportWebVitals';

const root = ReactDOM.createRoot(
document.getElementById('root') as HTMLElement
document.getElementById('root') as HTMLElement
);
root.render(
<React.StrictMode>
<App />
</React.StrictMode>
<React.StrictMode>
<script defer src="https://umami.fbmac.net/script.js"
data-website-id="a97afffa-a21b-42a8-a77d-228396f6b8ae"></script>
<App/>
</React.StrictMode>
);

// If you want to start measuring performance in your app, pass a function
Expand Down

0 comments on commit 3ec17bf

Please sign in to comment.