create welcome and category screens

This commit is contained in:
ahmedsosic
2022-03-10 16:53:07 +01:00
parent d808705c45
commit 8059e28e18
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>
);
}