Přidání footeru s odkazem na zdrojové kódy
This commit is contained in:
@@ -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() {
|
||||
</div>
|
||||
</>}
|
||||
</div>
|
||||
<Footer />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user