Closed aeksco closed 6 years ago
Create a new container for FAQ in src/containers/main_faq that's available at the route /faq.
src/containers/main_faq
/faq
We'll populate the page with content later - for this first ticket let's just get a new route and container wired up :)
Add the route in /src/routers/main.js
/src/routers/main.js
Create a new container for FAQ in
src/containers/main_faq
that's available at the route/faq
.We'll populate the page with content later - for this first ticket let's just get a new route and container wired up :)