fix: linter and format issues

format
This commit is contained in:
2025-03-17 21:05:49 +01:00
parent a3e1db3d77
commit 3c71fddbd2
2 changed files with 191 additions and 188 deletions

View File

@ -86,7 +86,10 @@ function App() {
class="appearance-none inline-flex justify-center items-center w-auto outline-none rounded-l-md px-2.5 text-gray-900 text-base leading-none transition-colors duration-250" class="appearance-none inline-flex justify-center items-center w-auto outline-none rounded-l-md px-2.5 text-gray-900 text-base leading-none transition-colors duration-250"
loadingComponent={ loadingComponent={
<Search.Icon class="h-5 w-5 grid justify-items-center flex-none"> <Search.Icon class="h-5 w-5 grid justify-items-center flex-none">
<IconRefresh size={20} class="m-auto animate-spin" /> <IconRefresh
size={20}
class="m-auto animate-spin"
/>
</Search.Icon> </Search.Icon>
} }
> >

View File

@ -1,7 +1,7 @@
import { import {
array, type InferOutput,
InferOutput,
null as Null, null as Null,
array,
nullable, nullable,
object, object,
parse, parse,