import React from "react"; // import { IoMusicalNoteOutline, IoHelpCircleOutline } from "react-icons/io5"; import { Button } from ".."; import * as Styled from "./index.styled"; interface Props { onClose: () => void; } export function InfoPopUp({ onClose }: Props) { return (

HOW TO PLAY

{/* */}

Listen to the intro, then find the correct song in the list.

{/* */}

Skipped or incorrect attempts unlock more of the intro

Answer in as few tries as possible and share your score!

); }