update,
This commit is contained in:
15
givefortune/task3-quote/src/CategoryPage.js
Normal file
15
givefortune/task3-quote/src/CategoryPage.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import FilterBar from "./components/FilterBar.js";
|
||||
import NewNavbar from "./NewNavbar.js";
|
||||
import Footer from "./components/Footer.js";
|
||||
|
||||
function CategoryPage() {
|
||||
return (
|
||||
<>
|
||||
<NewNavbar />
|
||||
<FilterBar />
|
||||
<Footer />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
export default CategoryPage;
|
Reference in New Issue
Block a user