Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 5314727

Browse files
authored
Fix halfway-fab import (#343)
1 parent 53eba7c commit 5314727

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/src/card/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export * from './halfway-fab';
1+
export * from './halfway-fab/index';
22
export * from './card.component';
33
export * from './card.module';

lib/src/materialize.module.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { CommonModule } from '@angular/common';
22
import { ModuleWithProviders, NgModule } from '@angular/core';
33
import { FormsModule } from '@angular/forms';
4-
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
54

65
import { MzBadgeModule } from './badge/badge.module';
76
import { MzButtonModule } from './button/button.module';

0 commit comments

Comments
 (0)