mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-10-22 11:23:54 +00:00
Make variable naming consistent
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { createContext, useState } from "react";
|
||||
import { State } from "../data/data";
|
||||
import { State } from "../data/constants";
|
||||
|
||||
export const SaveStateContext = createContext(null);
|
||||
|
||||
|
Reference in New Issue
Block a user