From 585e32cba2af78047cbe60c346af0832c122e307 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Thu, 23 May 2019 16:55:18 +0200 Subject: [PATCH] renamed to jsx --- www/components/{chart.js => chart.jsx} | 0 www/components/{humanize.js => humanize.jsx} | 0 www/components/{layout.js => layout.jsx} | 8 +++++++- www/components/{purchase.js => purchase.jsx} | 0 4 files changed, 7 insertions(+), 1 deletion(-) rename www/components/{chart.js => chart.jsx} (100%) rename www/components/{humanize.js => humanize.jsx} (100%) rename www/components/{layout.js => layout.jsx} (89%) rename www/components/{purchase.js => purchase.jsx} (100%) 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