mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2025-12-10 21:06:17 +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 type { Snippet } from "svelte";
|
||||
|
||||
let { children, routeOrder }: { children: Snippet; routeOrder: string[]; direction: } =
|
||||
let { children, routeOrder }: { children: Snippet; routeOrder: string[] } =
|
||||
$props();
|
||||
|
||||
let inDirection = $state(0);
|
||||
|
||||
Reference in New Issue
Block a user