Skip to content

Commit a2a8495

Browse files
committed
Filter of content and all images shown
1 parent bd3ad6c commit a2a8495

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Food.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React, { useState } from "react";
22
import { data } from "../data/data.js";
33

4+
// All filter function and images are shown here
45
const Food = () => {
56

67
//State Hook

0 commit comments

Comments
 (0)