import styles from "./HeaderMenu.module.css"; import { ActionsProps, Actions, STYLES } from "../../../actions/Actions"; export function HeaderMenu({ children, ...props }: ActionsProps) { return
{children}
; }