Skip to content

Commit

Permalink
Fixing component name
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Mar 6, 2022
1 parent 2592855 commit f6a45ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastybird/web-ui-theme",
"version": "0.7.0",
"version": "0.7.1",
"description": "FastyBird basic theme & Vue components for web apps",
"keywords": [
"fastybird",
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export { default as FbLayoutContent } from "./FbContent/index.vue";
export { default as FbLayoutExpandableBox } from "./FbExpandableBox/index.vue";
export { default as FbLayoutFooter } from "./FbFooter/index.vue";
export * from "./FbHeader";
export { default as FbOffCanvas } from "./FbOffCanvas/index.vue";
export { default as FbLayoutOffCanvas } from "./FbOffCanvas/index.vue";
export * from "./FbNavigation";
export * from "./FbPhoneMenu";
export { default as FbLayoutPreviewHeading } from "./FbPreviewHeading/index.vue";
Expand Down

0 comments on commit f6a45ff

Please sign in to comment.