Move Orientation into sensors directory, attempt to fix 'NaN' in slope input

This commit is contained in:
Pieter Vander Vennet 2023-12-18 01:58:58 +01:00
parent 82409984dc
commit e9268bfc49
6 changed files with 30 additions and 6 deletions

View file

@ -1,5 +1,4 @@
<script lang="ts">
import Crosshair from "../../assets/svg/Crosshair.svelte"
import Location_refused from "../../assets/svg/Location_refused.svelte"
import { Store } from "../../Logic/UIEventSource.js"
import type { GeolocationPermissionState } from "../../Logic/State/GeoLocationState.js"