Skip to content

Commit

Permalink
Add - Added hover effect to Item boxes , added original and offer pri…
Browse files Browse the repository at this point in the history
…ces of the item
  • Loading branch information
Ashwinib26 committed Oct 11, 2024
1 parent 19022a6 commit b5c86d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Pages/Boardgame.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState } from 'react';
import React, { useState ,useEffect} from 'react';
import board1 from '../../assets/Boardgames/board1.png';
import board2 from '../../assets/Boardgames/board2.png';
import board3 from '../../assets/Boardgames/board3.jpg';
Expand Down

0 comments on commit b5c86d8

Please sign in to comment.