mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Add a polyfil for dynamic viewport heights on older devices
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
import { Provider } from "jotai";
|
||||
|
||||
import { useDynamicViewportUnits } from "@/hooks/useDynamicViewportUnits";
|
||||
|
||||
export default function Providers({ children }: { children: React.ReactNode }) {
|
||||
useDynamicViewportUnits();
|
||||
return <Provider>{children}</Provider>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user