We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a8495 commit 2155759Copy full SHA for 2155759
src/components/Category.jsx
@@ -1,5 +1,6 @@
1
import { categories } from "../data/data.js";
2
3
+// Bottom most of the app is the category
4
const Category = () => {
5
return (
6
//Main div container
0 commit comments