Skip to content

Commit

Permalink
Test messing up formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AjaiKN committed Sep 4, 2023
1 parent d120e6d commit ef78246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const PageLayout = () => {
};

const router = createBrowserRouter(
createRoutesFromElements(
createRoutesFromElements(
<Route element={<PageLayout />}>
<Route path="/" element={<Home />} />
<Route path="/about" element={<About />} />
Expand Down

0 comments on commit ef78246

Please sign in to comment.