This commit is contained in:
kuwsh1n
2024-02-25 03:25:13 +03:00
parent f9ed0cd04f
commit d469d7d690
17 changed files with 649 additions and 30 deletions

3
src/context/index.js Normal file
View File

@ -0,0 +1,3 @@
import { createContext } from "react";
export const FormsData = createContext([])