mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 05:18:11 +00:00
fix(portal:auth): fixed styling from @tria-plc/iamui-common just rendering
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
export { default as Button } from "./components/Button";
|
||||
export type {
|
||||
ButtonProps,
|
||||
ButtonVariant,
|
||||
@@ -18,10 +17,13 @@ export { default as Badge } from "./components/Badge";
|
||||
export type { BadgeProps, BadgeTone } from "./components/Badge";
|
||||
|
||||
export { Sidebar, DashboardLayout } from "./components/Layout";
|
||||
|
||||
export type {
|
||||
SidebarProps,
|
||||
SidebarItem,
|
||||
DashboardLayoutProps,
|
||||
} from "./components/Layout";
|
||||
|
||||
export { Button } from "./components/button";
|
||||
|
||||
export * from "./theme";
|
||||
|
||||
Reference in New Issue
Block a user