diff --git a/part1/unicafe/src/App.js b/part1/unicafe/src/App.js index 4640e71..dc3f123 100644 --- a/part1/unicafe/src/App.js +++ b/part1/unicafe/src/App.js @@ -2,7 +2,6 @@ import { useState } from "react"; const Button = ({ handleClick, text }) => { return ; }; -// StatistticsLine should display as a HTML table const StatisticsLine = ({ text, value }) => { return (