We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3ad6c commit a2a8495Copy full SHA for a2a8495
src/components/Food.jsx
@@ -1,6 +1,7 @@
1
import React, { useState } from "react";
2
import { data } from "../data/data.js";
3
4
+// All filter function and images are shown here
5
const Food = () => {
6
7
//State Hook
0 commit comments