Add accounts list as a provider
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
import { useAccounts } from "../hooks/AccountsListProvider";
|
||||
|
||||
export function HomeRoute(): React.ReactElement {
|
||||
const accounts = useAccounts();
|
||||
console.log(accounts.list.list);
|
||||
return <>home authenticated todo</>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user