Skip to content

Commit

Permalink
Fix(frontend): Removed the uneccessary imports fron the files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tekum-Emmanuella committed Apr 17, 2024
1 parent e06d304 commit 2741c0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion power-pay-frontend/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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 2741c0d

Please sign in to comment.