mirror of
https://github.com/morbalint/kemkas.git
synced 2026-07-18 03:13:46 +00:00
@@ -17,7 +17,7 @@ function App(props: {faro?: Faro}) {
|
||||
},
|
||||
{
|
||||
path: "/karaktereim",
|
||||
element: <CharacterList faro={props.faro} />,
|
||||
element: <CharacterList />,
|
||||
loader: () => fetch(`api/Character`),
|
||||
ErrorBoundary: ErrorBoundary,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user