We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957101a commit 4488aedCopy full SHA for 4488aed
app/components/Snaps/SnapUIRenderer/components/index.ts
@@ -16,6 +16,7 @@ import { form } from './form';
16
import { icon } from './icon';
17
import { field } from './field';
18
import { section } from './section';
19
+import { selector } from './selector';
20
import { spinner } from './spinner';
21
import { skeleton } from './skeleton';
22
import { address } from './address';
@@ -45,6 +46,7 @@ export const COMPONENT_MAPPING = {
45
46
Field: field,
47
Icon: icon,
48
Section: section,
49
+ Selector: selector,
50
Spinner: spinner,
51
Skeleton: skeleton,
52
Avatar: avatar,
0 commit comments