reaguj komponent funkcji strzałki
import React from 'react'
const buttons = () => {
return (
<div>
</div>
)
}
export default buttons
Anthony Smith