created button component and moved header to commons folder

This commit is contained in:
Yusuf Ipek
2021-04-29 15:23:08 +03:00
parent 4a6a7e8890
commit 9452abba7d
5 changed files with 40 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import "./App.css";
import Header from "./components/header/header";
import Header from "./commons/header/header";
function App() {
return (