mirror of
https://github.com/gethomepage/homepage.git
synced 2026-02-08 00:40:52 +08:00
Chore: add organize imports to pre-commit (#5104)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { httpProxy } from "../../../utils/proxy/http";
|
||||
import createLogger from "../../../utils/logger";
|
||||
import { getSettings } from "../../../utils/config/config";
|
||||
import createLogger from "../../../utils/logger";
|
||||
import { httpProxy } from "../../../utils/proxy/http";
|
||||
|
||||
const logger = createLogger("longhorn");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user