Skip to content

Commit

Permalink
star
Browse files Browse the repository at this point in the history
  • Loading branch information
nakajima committed Jun 20, 2023
1 parent 06651db commit 0d2dd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async function conversationLoader({ params }: any) {
const router = createHashRouter(
[
{
path: "/*",
path: "*",
element: <App />,
},
{
Expand Down

0 comments on commit 0d2dd47

Please sign in to comment.