mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🛠️ Fixed eslint errors
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<script lang="ts">
|
||||
import type { iSVG } from "@/types/svg";
|
||||
|
||||
import { cn } from "@/utils/cn";
|
||||
import { searchSvgsWithFuse } from "@/utils/searchWithFuse";
|
||||
import { deleteParam, getParamValue } from "@/utils/searchParams";
|
||||
|
||||
@@ -71,7 +70,7 @@
|
||||
<Search
|
||||
searchValue={searchTerm}
|
||||
onSearch={handleSearch}
|
||||
placeholder={"Search..."}
|
||||
placeholder="Search..."
|
||||
/>
|
||||
|
||||
<PageCard>
|
||||
|
||||
Reference in New Issue
Block a user