chore: clean up
This commit is contained in:
@@ -9,7 +9,7 @@ import { useEffect } from "react";
|
||||
interface RouterContext {
|
||||
queryClient: QueryClient;
|
||||
platform: OsType;
|
||||
accounts: string[];
|
||||
accounts?: string[];
|
||||
}
|
||||
|
||||
export const Route = createRootRouteWithContext<RouterContext>()({
|
||||
|
||||
Reference in New Issue
Block a user