import React from "react"; import { IoInformationCircleOutline } from "react-icons/io5"; import * as Styled from "./index.styled"; interface Props { openInfoPopUp: () => void; } export function Header({ openInfoPopUp }: Props) { return ( Heardle Template ); }