mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-19 22:27:37 +02:00
Move banner to ui package
This commit is contained in:
@@ -3,8 +3,8 @@ import { atom, useAtom } from 'jotai';
|
||||
import type { HTMLAttributes, ReactNode } from 'react';
|
||||
import { useMemo } from 'react';
|
||||
import { atomWithKVStorage } from '../../lib/atoms/atomWithKVStorage';
|
||||
import type { BannerProps } from './Banner';
|
||||
import { Banner } from './Banner';
|
||||
import type { BannerProps } from '@yaakapp-internal/ui';
|
||||
import { Banner } from '@yaakapp-internal/ui';
|
||||
|
||||
interface Props extends HTMLAttributes<HTMLDetailsElement> {
|
||||
summary: ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user