mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 00:58:32 +02:00
Move banner to ui package
This commit is contained in:
@@ -31,3 +31,5 @@ export { useContainerSize } from "./hooks/useContainerSize";
|
||||
export { Overlay } from "./components/Overlay";
|
||||
export { Portal } from "./components/Portal";
|
||||
export { usePortal } from "./hooks/usePortal";
|
||||
export { Banner } from "./components/Banner";
|
||||
export type { BannerProps } from "./components/Banner";
|
||||
|
||||
Reference in New Issue
Block a user