Skip to content

Commit

Permalink
fix: updated main.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AssahBismarkabah committed Mar 17, 2024
1 parent f700b50 commit d3d1db1
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions power-pay-frontend/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,8 @@ import './index.css'

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

)
const Root: React.FC = () => {
return (
<StorageProvider>
<Root />
</StorageProvider>
);
};

export default Root;
)

0 comments on commit d3d1db1

Please sign in to comment.