feat: role system

This commit is contained in:
2026-03-18 20:11:07 +03:00
parent 73070fe233
commit c3127b8d47
47 changed files with 2425 additions and 768 deletions

View File

@@ -35,3 +35,4 @@ const languageInstance = (language: Language) => {
};
export { authInstance, languageInstance };
export { mobxFetch } from "./mobxFetch";