mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-26 10:48:30 +02:00
Move Icon and LoadingIcon to shared package
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import classNames from 'classnames';
|
||||
import type { ReactNode } from 'react';
|
||||
import { useMemo, useState } from 'react';
|
||||
import { Icon } from './Icon';
|
||||
import { Icon } from '@yaakapp-internal/ui';
|
||||
|
||||
interface Props {
|
||||
depth?: number;
|
||||
|
||||
Reference in New Issue
Block a user