Improvement, Fixes

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-03-17 00:04:06 +01:00
parent 55d7a3404a
commit 909d61525a
5 changed files with 26 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import { onMount } from "svelte";
import type { Result as ResultType } from "./Result.svelte";
import Result from "./Result.svelte";
import type { Result as ResultType } from "src/types/nav";
import { Search } from "lucide-svelte";
import DefaultView from "./DefaultView.svelte";
import NotFoundView from "./NotFoundView.svelte";