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:
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 React from 'react';
|
||||
import Category from './components /Categories';
|
||||
import Welcome from './components /Welcome';
|
||||
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<div className="App">
|
||||
<h1>Hello</h1>
|
||||
<Category />
|
||||
</div>
|
||||
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user