Svelte 5, renaming

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-03-17 00:09:32 +01:00
parent 909d61525a
commit 34b1820e51
5 changed files with 20 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
<script lang="ts">
import { User, Lock, Check, MessageCircle } from "lucide-svelte";
import type { Result } from "src/types/nav";
import type { Result } from "src/types/result";
let { result }: { result: Result} = $props();