Skip to content

Commit

Permalink
Update main.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Valsuh45 authored Mar 26, 2024
1 parent 47999f0 commit 1d642a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion power-pay-frontend/src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './App.tsx'
import './index.css'

ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>
<App />
Expand Down

0 comments on commit 1d642a2

Please sign in to comment.