mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-07 07:52:08 +08:00
Chore: add organize imports to pre-commit (#5104)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { useState, useEffect } from "react";
|
||||
import classNames from "classnames";
|
||||
import Container from "components/services/widget/container";
|
||||
import { useEffect, useState } from "react";
|
||||
|
||||
export default function Component({ service }) {
|
||||
const [refreshTimer, setRefreshTimer] = useState(0);
|
||||
|
||||
Reference in New Issue
Block a user