🐅 Adds alias for common paths

This commit is contained in:
Rune Harlyk
2024-02-06 19:21:15 +01:00
parent 68eeb573e6
commit 9fdb1de483
9 changed files with 47 additions and 25 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
<script lang="ts">
import nipplejs from 'nipplejs';
import { onMount } from 'svelte';
import { throttler } from '../lib/throttle';
import { socket } from '../lib/socket';
import { emulateModel, input, outControllerData } from '../lib/store';
import { throttler } from '$lib/throttle';
import { socket } from '$lib/socket';
import { emulateModel, input, outControllerData } from '$lib/store';
let throttle = new throttler();
let left: nipplejs.JoystickManager;