Move component structure to one tree
Instead of inserting `Navigation` and `Footer` into every `render`ed component, just compose them in the views with a new `Page` component.
Showing
src/components/page/page.jsx
0 → 100644
Please register or sign in to comment