mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-06 15:32:10 +08:00
Chore: add organize imports to pre-commit (#5104)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { useContext, Fragment } from "react";
|
||||
import { IoColorPalette } from "react-icons/io5";
|
||||
import { Popover, Transition } from "@headlessui/react";
|
||||
import classNames from "classnames";
|
||||
import { Fragment, useContext } from "react";
|
||||
import { IoColorPalette } from "react-icons/io5";
|
||||
import { ColorContext } from "utils/contexts/color";
|
||||
|
||||
const colors = [
|
||||
|
||||
Reference in New Issue
Block a user