Make variable naming consistent

This commit is contained in:
1ilit
2024-03-15 16:37:22 +02:00
parent 1132edbbb3
commit 3ec93f42c6
24 changed files with 152 additions and 183 deletions

View File

@@ -1,5 +1,5 @@
import { createContext, useState } from "react";
import { State } from "../data/data";
import { State } from "../data/constants";
export const SaveStateContext = createContext(null);