feat: add wallet settings page
This commit is contained in:
parent
20674c4b12
commit
1f7ae74b42
31 changed files with 1793 additions and 258 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import AutocompleteSelect from './autocomplete/AutocompleteSelect'
|
||||
import Checkbox from './base/Checkbox'
|
||||
import Radio from './base/Radio'
|
||||
import RadioGroup from './base/RadioGroup'
|
||||
|
|
@ -5,4 +6,12 @@ import Select from './base/Select'
|
|||
import Switch from './base/Switch'
|
||||
import TextInput from './base/TextInput'
|
||||
|
||||
export { TextInput, Radio, Checkbox, Switch, Select, RadioGroup }
|
||||
export {
|
||||
AutocompleteSelect,
|
||||
TextInput,
|
||||
Radio,
|
||||
Checkbox,
|
||||
Switch,
|
||||
Select,
|
||||
RadioGroup
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue