mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2025-12-12 13:56:16 +00:00
Remove unused direction with incomplete type definition. (#184)
This commit is contained in:
committed by
GitHub
parent
ccfb09e261
commit
65911419b0
@@ -4,7 +4,7 @@
|
|||||||
import { expoIn, expoOut } from "svelte/easing";
|
import { expoIn, expoOut } from "svelte/easing";
|
||||||
import type { Snippet } from "svelte";
|
import type { Snippet } from "svelte";
|
||||||
|
|
||||||
let { children, routeOrder }: { children: Snippet; routeOrder: string[]; direction: } =
|
let { children, routeOrder }: { children: Snippet; routeOrder: string[] } =
|
||||||
$props();
|
$props();
|
||||||
|
|
||||||
let inDirection = $state(0);
|
let inDirection = $state(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user