🪖 Moves throttle to utilities folder
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script lang="ts">
|
||||
import nipplejs from 'nipplejs';
|
||||
import { onMount } from 'svelte';
|
||||
import { throttler } from '$lib/throttle';
|
||||
import { throttler } from '$lib/utilities';
|
||||
import { socket } from '$lib/socket';
|
||||
import { emulateModel, input, outControllerData } from '$lib/store';
|
||||
|
||||
|
||||
@@ -13,3 +13,4 @@ export class throttler {
|
||||
}, time);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user