Skip to content

Commit

Permalink
maybe it didn't push
Browse files Browse the repository at this point in the history
  • Loading branch information
candywal committed Dec 6, 2023
1 parent dd67b5f commit 0bd4270
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Frontend/src/pages/vote.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import Image from 'next/image';

import styles from './vote.module.css';

// Inline styling

export default function Vote() {
const [images, setImages] = useState([{ src: '/image1.png', id: 1 }, { src: '/image1.png', id: 2 }]);
Expand Down

0 comments on commit 0bd4270

Please sign in to comment.