From 7b9e96695f3a0acc04e3029645d890ef3dcea53f Mon Sep 17 00:00:00 2001 From: AndrewTrieu Date: Mon, 13 Mar 2023 16:20:15 +0200 Subject: [PATCH] Finish unicafe --- part1/unicafe/src/App.js | 1 - 1 file changed, 1 deletion(-) 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 (