mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-25 10:18:31 +02:00
Move Icon and LoadingIcon to shared package
This commit is contained in:
@@ -2,7 +2,7 @@ import type { ReactNode } from 'react';
|
||||
import { useMemo } from 'react';
|
||||
import type { DropdownItem, DropdownItemSeparator, DropdownProps } from './Dropdown';
|
||||
import { Dropdown } from './Dropdown';
|
||||
import { Icon } from './Icon';
|
||||
import { Icon } from '@yaakapp-internal/ui';
|
||||
|
||||
export type RadioDropdownItem<T = string | null> =
|
||||
| {
|
||||
|
||||
Reference in New Issue
Block a user