Skip to content

Commit

Permalink
fix(material-ui): fix missing header export (refinedev#2635)
Browse files Browse the repository at this point in the history
* fix(material-ui): fix missing header export

* chore: add changeset

Co-authored-by: Ömer Faruk APLAK <[email protected]>
  • Loading branch information
Coinio and omeraplak authored Oct 4, 2022
1 parent 5f8da8d commit c24fb19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/sixty-bikes-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@pankod/refine-mui": patch
---

fix(material-ui): fix missing `<Header />` component export
1 change: 1 addition & 0 deletions packages/mui/src/components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
export { Layout } from "./layout";
export { Sider } from "./layout/sider";
export { Title } from "./layout/title";
export { Header } from "./layout/header";

// Pages
export { LoginPage, ReadyPage, ErrorComponent, AuthPage } from "./pages";
Expand Down

0 comments on commit c24fb19

Please sign in to comment.