export default function Separator({ className = '', text }) { return
----------- {text} -----------
};