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,4 +1,4 @@
|
||||
import { useState, useEffect } from "react";
|
||||
import { useEffect, useState } from "react";
|
||||
|
||||
const hasFocus = () => typeof document !== "undefined" && document.hasFocus();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user