diff --git a/admin/src/common/contexts/User/index.js b/admin/src/common/contexts/User/index.js new file mode 100644 index 0000000..83dd955 --- /dev/null +++ b/admin/src/common/contexts/User/index.js @@ -0,0 +1 @@ +export {UserContext as default, UserProvider} from "./UserContext.jsx"; \ No newline at end of file