Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash committed Nov 14, 2023
1 parent 34ce445 commit d310892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/EasterEgg/EasterEgg.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const Envelope = ({ fade }: { fade: boolean }) => (
</EnvelopeWrapper>
)

export function EasterEgg({}) {
export function EasterEgg() {
const [show, setShow] = useState(false)
const [fade, setFade] = useState(false)
useKonami({
Expand Down

0 comments on commit d310892

Please sign in to comment.