Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenUlmer committed Oct 7, 2019
1 parent f0d6eea commit fb62d74
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions projects/go-lib/src/lib/go-shared.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@ import { GoSwitchToggleModule } from './components/go-switch-toggle/go-switch-to
import { GoCheckboxModule } from './components/go-checkbox/go-checkbox.module';
import { GoToasterModule } from './components/go-toaster/go-toaster.module';
import { GoDatepickerModule } from './components/go-datepicker/go-datepicker.module';
import { GoConfigService } from './go-config.service';

@NgModule({
imports: [
GoAccordionModule,
GoActionSheetModule,
GoBadgeModule,
GoConfigService,
GoButtonModule,
GoCardModule,
GoCheckboxModule,
Expand All @@ -58,7 +56,6 @@ import { GoConfigService } from './go-config.service';
exports: [
GoAccordionModule,
GoBadgeModule,
GoConfigService,
GoButtonModule,
GoCardModule,
GoCheckboxModule,
Expand Down

0 comments on commit fb62d74

Please sign in to comment.