mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-17 07:32:08 +08:00
Chore: add organize imports to pre-commit (#5104)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { createContext, useState, useEffect, useMemo } from "react";
|
||||
import { createContext, useEffect, useMemo, useState } from "react";
|
||||
|
||||
const getInitialTheme = () => {
|
||||
if (typeof window !== "undefined" && window.localStorage) {
|
||||
|
||||
Reference in New Issue
Block a user