Skip to content

Commit

Permalink
Format jsx files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadrieril committed Jan 27, 2025
1 parent 54b02dc commit 5d5bafd
Show file tree
Hide file tree
Showing 3 changed files with 1,008 additions and 624 deletions.
8 changes: 6 additions & 2 deletions web/src/components/App.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import Solver from './Solver.jsx';
import Solver from "./Solver.jsx";
import { BrowserRouter } from "react-router-dom";

export default function App() {
return <BrowserRouter><Solver/></BrowserRouter>
return (
<BrowserRouter>
<Solver />
</BrowserRouter>
);
}
Loading

0 comments on commit 5d5bafd

Please sign in to comment.