Add settings page

This commit is contained in:
Hazem Krimi
2021-05-01 17:59:37 +01:00
parent 91ea603e05
commit f3bbd296a8
3 changed files with 378 additions and 2 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ import AdditionalInfo from './Auth/AdditionalInfo';
import ForgotPassword from './Auth/ForgotPassword';
import RecoverAccount from './Auth/RecoverAccount';
import Project from './Project';
import Main from './Main';
import Settings from './Settings';
export {
Login,
@@ -13,5 +13,5 @@ export {
ForgotPassword,
RecoverAccount,
Project,
Main,
Settings,
};