create landing page
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import './App.css';
|
||||
import React from 'react';
|
||||
import Category from './Category';
|
||||
import LandingPage from './LandingPage';
|
||||
|
||||
function App() {
|
||||
|
||||
@@ -9,7 +9,7 @@ function App() {
|
||||
|
||||
return (
|
||||
<div className="App">
|
||||
<Category/>
|
||||
<LandingPage/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user