Merge branch 'welcomscreen' into 'main'

create welcome and category screens

See merge request saburly/marketalarm/kivi-za-auta-react!2
This commit was merged in pull request #2.
This commit is contained in:
Ahmed Šošić
2022-03-10 15:54:24 +00:00
3 changed files with 51 additions and 16108 deletions

16152
kivi-cars/package-lock.json generated

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -1,10 +1,15 @@
import './App.css';
import React from 'react';
import Category from './components /Categories';
import Welcome from './components /Welcome';
function App() {
return (
<div className="App">
<h1>Hello</h1>
<Category />
</div>
);
}