create welcome and category screens
This commit is contained in:
16152
kivi-cars/package-lock.json
generated
16152
kivi-cars/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
BIN
kivi-cars/public/img/logo.png
Normal file
BIN
kivi-cars/public/img/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.1 KiB |
@@ -1,10 +1,15 @@
|
|||||||
import './App.css';
|
import './App.css';
|
||||||
|
import React from 'react';
|
||||||
|
import Category from './components /Categories';
|
||||||
|
import Welcome from './components /Welcome';
|
||||||
|
|
||||||
|
|
||||||
function App() {
|
function App() {
|
||||||
return (
|
return (
|
||||||
<div className="App">
|
<div className="App">
|
||||||
<h1>Hello</h1>
|
<Category />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user