aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Buttons/index.tsx
blob: 78289c9e796e94738053e8dfb974a3503648b198 (plain)
1
2
3
4
import Button from './Button/Button';
import ButtonSubmit from './ButtonSubmit/ButtonSubmit';

export { Button, ButtonSubmit };