mirror of
https://github.com/Ku6epXBOCTuK/easy-png-tools.git
synced 2026-09-14 21:46:35 +00:00
refactor: update path registry-new to registry
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
import Toggle from "$lib/components/ui/Toggle.svelte";
|
||||
import { Download, ImageOff, Plus, Trash2 } from "@lucide/svelte";
|
||||
|
||||
import { TOOLS } from "$lib/registry-new";
|
||||
import { TOOLS } from "$lib/registry";
|
||||
import { TOOL_ICONS } from "$lib/tool-icons";
|
||||
|
||||
let mode = $state("preview");
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<script lang="ts">
|
||||
import EmptyState from "$lib/components/EmptyState.svelte";
|
||||
import SchemaToolView from "$lib/components/SchemaToolView.svelte";
|
||||
import { getTool } from "$lib/registry-new";
|
||||
import { getTool } from "$lib/registry";
|
||||
import { SlidersHorizontal as ToolIcon } from "@lucide/svelte";
|
||||
|
||||
interface Props {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { TOOLS } from "$lib/registry-new";
|
||||
import { TOOLS } from "$lib/registry";
|
||||
|
||||
export const prerender = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user