mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-15 04:32:13 +00:00
remove unused import and fix lint
This commit is contained in:
parent
bb9302908d
commit
632cd244b0
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import Color from "color";
|
||||
import { average } from "color.js";
|
||||
import { useCallback, useEffect, useRef, useState } from "react";
|
||||
import { useCallback, useEffect, useState } from "react";
|
||||
import { useNavigate, useParams, useSearchParams } from "react-router-dom";
|
||||
|
||||
import type {
|
||||
|
|
Loading…
Reference in a new issue