import './button.css' var title = "DALJE"; const StandardBtn = (props) => { return (
) } export default StandardBtn