Closed Denijar closed 3 years ago
Developer Story As a developer, I want the repository to follow a consistent React file structure where higher level components are in higher level folders, and import sub components
Acceptance Criteria
MapPageWrapper |-- MapPageWrapper.jsx |-- MapPage |-- MapPage.jsx |-- MapPage.module.css |-- MapPage.styles.js
MapModal
components
Developer Story As a developer, I want the repository to follow a consistent React file structure where higher level components are in higher level folders, and import sub components
Acceptance Criteria
MapModal
is a component and so should be moved to thecomponents
folder