Remove unused direction with incomplete type definition. (#184)

This commit is contained in:
Aleksandr Iushmanov
2025-04-27 22:14:21 +01:00
committed by GitHub
parent ccfb09e261
commit 65911419b0

View File

@@ -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);