Implemented project settings page, search issues modal, general refactoring
This commit is contained in:
@@ -6,6 +6,10 @@ import ReactDOM from 'react-dom';
|
||||
|
||||
import App from 'App';
|
||||
|
||||
// APP IS NOT RESPONSIVE - REDUCE BROWSER HEIGHT, ISSUES DONT SCROLL
|
||||
|
||||
// TODO: UPDATE FORMIK TO FIX SETFIELDVALUE TO EMPTY ARRAY ISSUE https://github.com/jaredpalmer/formik/pull/2144
|
||||
|
||||
// REFACTOR HTML TO USE SEMANTIC ELEMENTS
|
||||
|
||||
ReactDOM.render(<App />, document.getElementById('root'));
|
||||
|
||||
Reference in New Issue
Block a user