mirror of
https://github.com/benphelps/homepage.git
synced 2025-12-20 03:59:43 +01:00
Chore: add organize imports to pre-commit (#5104)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { createContext, useState, useMemo } from "react";
|
||||
import { createContext, useMemo, useState } from "react";
|
||||
|
||||
export const SettingsContext = createContext();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user