Skip to content

Commit 2155759

Browse files
committed
Takes care of Bottom most category of app
1 parent a2a8495 commit 2155759

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Category.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { categories } from "../data/data.js";
22

3+
// Bottom most of the app is the category
34
const Category = () => {
45
return (
56
//Main div container

0 commit comments

Comments
 (0)