mirror of
https://github.com/calli-eve/eve-pi.git
synced 2026-02-13 11:18:47 +01:00
Add system variable to character
This commit is contained in:
@@ -67,5 +67,5 @@ export const ColorContext = createContext<{
|
||||
setColors: (colors: ColorSelectionType) => void;
|
||||
}>({
|
||||
colors: defaultColors,
|
||||
setColors: () => {}
|
||||
setColors: () => {},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user