We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee280d6 commit c091f3dCopy full SHA for c091f3d
common/components/enums/Section.js
@@ -7,7 +7,6 @@ const Section = {
7
FindProjects: 'FindProjects',
8
MyProjects: 'MyProjects',
9
Profile: 'Profile',
10
- Inbox: 'Inbox',
11
SignUp: 'SignUp',
12
LogIn: 'LogIn',
13
ResetPassword: 'ResetPassword',
common/helpers/constants.py
@@ -27,3 +27,11 @@ class FrontEndSection(Enum):
27
Press = 'Press'
28
ContactUs = 'ContactUs'
29
Home = "Home"
30
+ CreateProject = 'CreateProject'
31
+ EditProject = 'EditProject'
32
+ MyProjects = 'MyProjects'
33
+ Profile = 'Profile'
34
+ SignUp = 'SignUp'
35
+ EditProfile = 'EditProfile'
36
+ ThankYou = 'ThankYou'
37
+ EmailVerified = 'EmailVerified'
0 commit comments