refactor: move @/ui/display/icon to twenty-ui (#4820)
Split from https://github.com/twentyhq/twenty/pull/4518 Part of https://github.com/twentyhq/twenty/issues/4766
This commit is contained in:
@ -16,7 +16,7 @@ Allows users to pick a value from a list of predefined options.
|
||||
<TabItem value="usage" label="Usage" default>
|
||||
|
||||
<SandpackEditor
|
||||
availableComponentPaths={['@/ui/input/components/Select', '@/ui/display/icon/types/IconComponent']}
|
||||
availableComponentPaths={['@/ui/input/components/Select', 'twenty-ui']}
|
||||
componentCode={selectCode}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user