diff --git a/rescript.json b/rescript.json index ae74dfd3..61666a78 100644 --- a/rescript.json +++ b/rescript.json @@ -289,7 +289,6 @@ "Document", "IdleDeadline", "Location", - "ScreenOrientation", "Window", "XPathExpression", "XPathResult" @@ -352,6 +351,7 @@ "GeolocationCoordinates", "GeolocationPosition", "LockManager", + "ScreenOrientation", "WakeLock", "WakeLockSentinel", "WebMIDI" diff --git a/src/DOM/ScreenOrientation.res b/src/device/ScreenOrientation.res similarity index 100% rename from src/DOM/ScreenOrientation.res rename to src/device/ScreenOrientation.res