chore: Run prettier

This commit is contained in:
2023-08-01 17:09:47 +01:00
parent 90a7d2ca7e
commit 48c48c90c4
8 changed files with 78 additions and 48 deletions

View File

@ -61,8 +61,8 @@ const router = createBrowserRouter([
},
{
path: "*",
element: <CatchAllRoutePage />
}
element: <CatchAllRoutePage />,
},
],
},
{