diff --git a/www/components/chart.js b/www/components/chart.jsx similarity index 100% rename from www/components/chart.js rename to www/components/chart.jsx diff --git a/www/components/humanize.js b/www/components/humanize.jsx similarity index 100% rename from www/components/humanize.js rename to www/components/humanize.jsx diff --git a/www/components/layout.js b/www/components/layout.jsx similarity index 89% rename from www/components/layout.js rename to www/components/layout.jsx index 6d4cc75..8b76f55 100755 --- a/www/components/layout.js +++ b/www/components/layout.jsx @@ -27,7 +27,7 @@ const Layout = ({ children }) => {
- {'overview'}/ + {'overview'}/ Overview @@ -37,6 +37,12 @@ const Layout = ({ children }) => { New + + + {'list'}/ + List + +
{title} diff --git a/www/components/purchase.js b/www/components/purchase.jsx similarity index 100% rename from www/components/purchase.js rename to www/components/purchase.jsx