From 75fd75510b5248e81089ba03e8e9760d734bb85b Mon Sep 17 00:00:00 2001 From: Martin Berka Date: Wed, 26 Jul 2023 22:26:50 +0200 Subject: [PATCH] =?UTF-8?q?P=C5=99id=C3=A1n=C3=AD=20footeru=20s=20odkazem?= =?UTF-8?q?=20na=20zdrojov=C3=A9=20k=C3=B3dy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/App.tsx | 2 ++ client/src/components/Footer.tsx | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 client/src/components/Footer.tsx diff --git a/client/src/App.tsx b/client/src/App.tsx index d3e1250..b144832 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -15,6 +15,7 @@ import { SelectSearchOption } from 'react-select-search'; import { faTrashCan } from '@fortawesome/free-regular-svg-icons'; import { useBank } from './context/bank'; import { ClientData, Restaurants, Food, Pizza, Order, Locations, PizzaOrder, PizzaDayState } from './types'; +import Footer from './components/Footer'; const EVENT_CONNECT = "connect" @@ -444,6 +445,7 @@ function App() { } +