Skip to content

Commit 7c5fb6c

Browse files
authored
Cleanup
1 parent 03ce4e4 commit 7c5fb6c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pages/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@ import dbConnect from "../lib/dbConnect";
33
import Pet from "../models/Pet";
44

55
// TODO: Import Hours component
6-
import Hours from "../components/Hours";
76

87
const Index = ({ pets }) => {
98

109
return (
1110
<>
1211

1312
{/* TODO: Display Hours component */}
14-
<Hours />
1513

1614
{/* Create a card for each pet */}
1715
{pets.map((pet) => (

0 commit comments

Comments
 (0)