add page profile

This commit is contained in:
kuwsh1n
2024-03-09 21:18:58 +03:00
parent c1c2f7cfc5
commit 16a82736a4
9 changed files with 156 additions and 43 deletions

View File

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