topbar
This commit is contained in:
@ -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>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user