Biome: fixes for hooks & lib directory

This commit is contained in:
Utkarsh-Patel-13 2025-07-27 10:44:27 -07:00
parent 2950573271
commit 3164c0c8cc
10 changed files with 21 additions and 20 deletions

View file

@ -1,4 +1,4 @@
import { useState, useEffect, useCallback } from "react";
import { useCallback, useEffect, useState } from "react";
export interface SearchSourceConnector {
id: number;