mirror of
https://github.com/anotherhadi/default-creds.git
synced 2026-04-02 11:32:11 +02:00
Improvement, Fixes
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user