diff --git a/src/App.js b/src/App.js index 494f98a..c29cf63 100644 --- a/src/App.js +++ b/src/App.js @@ -3,13 +3,14 @@ import "./App.css"; import Header from "./Header"; import Content from "./Content"; import Footer from "./Footer"; +import { Menu } from "./Menu"; +import { Button } from "./Button"; function App() { + const menu = ["Uvod", "O nas", "Kontakt", "test"]; return ( <> -
- -