fix: linter and format issues
format
This commit is contained in:
@ -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"
|
||||
loadingComponent={
|
||||
<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>
|
||||
}
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
import {
|
||||
array,
|
||||
InferOutput,
|
||||
type InferOutput,
|
||||
null as Null,
|
||||
array,
|
||||
nullable,
|
||||
object,
|
||||
parse,
|
||||
|
Reference in New Issue
Block a user