This commit is contained in:
Fredrik Burmester
2024-10-18 22:36:02 +02:00
parent 39c49d4cdb
commit 4ad67f7f77
4 changed files with 22 additions and 40 deletions

View File

@@ -24,5 +24,5 @@ export const useOrientation = () => {
};
}, []);
return { orientation };
return { orientation, setOrientation };
};