add landing page and merged old file

This commit is contained in:
ahmedsosic
2022-03-14 16:21:17 +01:00
3 changed files with 88 additions and 3 deletions

View File

@@ -4,12 +4,10 @@ import LandingPage from './LandingPage';
function App() {
const naslov = 'Dobrodosli na stranicu kivi!'
return (
<div className="App">
<LandingPage/>
</div>
);
}