mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-13 03:32:13 +00:00
remove unused import and fix lint
This commit is contained in:
parent
1c6ffc8ce2
commit
9c330c40a8
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