Skip to content

Commit

Permalink
remove semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
avo committed Oct 27, 2024
1 parent 5ad6cbe commit 1a14d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function App() {
return (
<>
<Global styles={[baseStyle, themeStyle, elementStyle]} />
<RouterProvider router={router} />;
<RouterProvider router={router} />
</>
);
}
Expand Down

0 comments on commit 1a14d6a

Please sign in to comment.