Desired Changes
We need to be able to create and edit faqs from the admin tools page. In order to do this, we need frontend hooks for both of these endpoints. You will then need to create the modal for creating and editing an FAQ. You should abstract this into a common FAQ component and then have separate ones for creating and editing them. Take a look at how we did it for work package templates.
Use the NERFormModal and make sure the buttons are save and cancel buttons (ignore the buttons on the mock)
Acceptance Criteria
- There is a frontend hook for createFaq
- There is a frontend hook for editFaq
- There is a new modal for adding/editing an FAQ
Screenshots (as needed)

Desired Changes
We need to be able to create and edit faqs from the admin tools page. In order to do this, we need frontend hooks for both of these endpoints. You will then need to create the modal for creating and editing an FAQ. You should abstract this into a common FAQ component and then have separate ones for creating and editing them. Take a look at how we did it for work package templates.
Use the NERFormModal and make sure the buttons are save and cancel buttons (ignore the buttons on the mock)
Acceptance Criteria
Screenshots (as needed)