Skip to content

Commit 4488aed

Browse files
Add missing selector component
1 parent 957101a commit 4488aed

File tree

1 file changed

+2
-0
lines changed
  • app/components/Snaps/SnapUIRenderer/components

1 file changed

+2
-0
lines changed

app/components/Snaps/SnapUIRenderer/components/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import { form } from './form';
1616
import { icon } from './icon';
1717
import { field } from './field';
1818
import { section } from './section';
19+
import { selector } from './selector';
1920
import { spinner } from './spinner';
2021
import { skeleton } from './skeleton';
2122
import { address } from './address';
@@ -45,6 +46,7 @@ export const COMPONENT_MAPPING = {
4546
Field: field,
4647
Icon: icon,
4748
Section: section,
49+
Selector: selector,
4850
Spinner: spinner,
4951
Skeleton: skeleton,
5052
Avatar: avatar,

0 commit comments

Comments
 (0)