setting the django_url in the app state to pass to other components
adjusting CREATE_RULE to export, but to not be the default
renaming CreateRule to CreateRuleForm
updating routes to allow the /rule/create path to map to the create rule page
updated the format of the CreateRuleForm page
updated cookies to have the path as / to prevent cookie duplicates
fixing the reference for the accessToken
Centering the 404 error page
adding the CREATE_RULE function in the pages/rule file that references the CreateRule component
Moved the create rule path to be under /rule/ rather than rules
setting the django_url in the app state to pass to other components adjusting CREATE_RULE to export, but to not be the default renaming CreateRule to CreateRuleForm updating routes to allow the /rule/create path to map to the create rule page updated the format of the CreateRuleForm page updated cookies to have the path as / to prevent cookie duplicates fixing the reference for the accessToken Centering the 404 error page adding the CREATE_RULE function in the pages/rule file that references the CreateRule component Moved the create rule path to be under /rule/ rather than rules