Skip to content

Commit

Permalink
updated main.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AssahBismarkabah committed Mar 12, 2024
1 parent 2faa9bb commit 7974f91
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
Expand Up @@ -13,7 +13,7 @@ ReactDOM.createRoot(document.getElementById('root')!).render(
const Root: React.FC = () => {
return (
<StorageProvider initialValue={0}>
<App />
<Root />
</StorageProvider>
);
};

0 comments on commit 7974f91

Please sign in to comment.