Skip to content

Commit

Permalink
fix: try exporting as default rather than wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
davec504 committed Dec 2, 2024
1 parent 4f25397 commit 58f90c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v1/components/surfaces/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export * from "./Card";
export * from "./FloatingPanel";
export * from "./FixedPanel/FixedPanel";
export { default as FixedPanel } from "./FixedPanel/FixedPanel";

export { default as AppBar } from "./AppBar/AppBar";
export type { AppBarProps } from "./AppBar/AppBar";
Expand Down

0 comments on commit 58f90c7

Please # to comment.