feat: add new registry for preview design

This commit is contained in:
2026-09-04 17:37:55 +05:00
parent 58e75f2334
commit a19d3db929
10 changed files with 130 additions and 26 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
import SettingsFooter from "$lib/components/kit/SettingsFooter.svelte";
import ToolCard from "$lib/components/kit/ToolCard.svelte";
import Button from "$lib/components/kit/ui/Button.svelte";
import { TOOLS } from "$lib/registry";
import { TOOLS } from "$lib/registry-new";
import { Search } from "@lucide/svelte";
let query = $state("");