diff --git a/src/Logic/Web/Orientation.ts b/src/Sensors/Orientation.ts similarity index 98% rename from src/Logic/Web/Orientation.ts rename to src/Sensors/Orientation.ts index 9177f93a2d..149fdfeb8c 100644 --- a/src/Logic/Web/Orientation.ts +++ b/src/Sensors/Orientation.ts @@ -1,4 +1,4 @@ -import { Stores, UIEventSource } from "../UIEventSource" +import { UIEventSource, Stores } from "../Logic/UIEventSource" /** * Exports the device orientation as UIEventSources and detects 'shakes' diff --git a/src/UI/BigComponents/GeolocationControl.svelte b/src/UI/BigComponents/GeolocationControl.svelte index f323f263b6..8e4f27a13e 100644 --- a/src/UI/BigComponents/GeolocationControl.svelte +++ b/src/UI/BigComponents/GeolocationControl.svelte @@ -1,5 +1,4 @@