This commit is contained in:
wrzesinski-hubert
2020-05-27 17:31:50 +02:00
parent 294b1ba284
commit 8f7655e487
9 changed files with 393 additions and 57 deletions

View File

@ -1,11 +1,11 @@
import React from "react";
import logo from "./logo.svg";
import TopBar from "./components/TopBar/index"
import "./App.scss";
function App() {
return (
<div className="App">
<h1>Hello World</h1>
<TopBar></TopBar>
</div>
);
}