Dashboard navigate to meters from Tomas card
This commit is contained in:
@@ -34,7 +34,7 @@ export default function App() {
|
||||
return <RolesPage />;
|
||||
case "home":
|
||||
default:
|
||||
return <Home />;
|
||||
return <Home setPage={setPage} />;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user