mirror of
https://github.com/yusufipk/natours-react.git
synced 2026-09-12 03:26:10 +00:00
created text component
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
import "./App.scss";
|
||||
import About from "./commons/about-section/about";
|
||||
import Header from "./commons/header/header";
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<div>
|
||||
<Header />
|
||||
<About />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user