refactor: move Tabler Icon exports to twenty-ui (#4727)
Split from https://github.com/twentyhq/twenty/pull/4518
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import { act } from 'react-dom/test-utils';
|
||||
import { renderHook } from '@testing-library/react';
|
||||
import { RecoilRoot } from 'recoil';
|
||||
import { Icon123, IconApps } from 'twenty-ui';
|
||||
|
||||
import { Icon123, IconApps } from '@/ui/display/icon';
|
||||
import { useIconPicker } from '@/ui/input/hooks/useIconPicker';
|
||||
|
||||
describe('useIconPicker', () => {
|
||||
|
||||
Reference in New Issue
Block a user