tooot/src/components/Button.tsx

5 lines
145 B
TypeScript

import ButtonRound from '@components/Button/ButtonRound'
import ButtonRow from '@components/Button/ButtonRow'
export { ButtonRound, ButtonRow }