import styles from './actionBar.module.css' export default function AdminActionBar({title, children}) { return ( <>

{title}

{children}
) }