Skip to content

Commit

Permalink
refactor: change path to using uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
aekasitt committed Nov 14, 2024
1 parent ed45845 commit a854151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createBrowserRouter } from "react-router-dom";
import { Layout } from "./components/layout";
import { Layout } from "./components/Layout";
import { Transaction } from "./pages/Transaction";
import { Swap } from "./pages/Swap";
import { Invoice } from "./pages/Invoice";
Expand Down

0 comments on commit a854151

Please sign in to comment.