Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
arawinters committed Dec 26, 2023
1 parent 46437d1 commit d607560
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/sdk.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { SzRecordStatsDonutChart } from './charts/records-by-datasources/sz-donu
import { SzAlertMessageDialog } from './shared/alert-dialog/sz-alert-dialog.component';
import { SzConfigurationAboutComponent } from './configuration/sz-configuration-about/sz-configuration-about.component';
import { SzConfigurationComponent } from './configuration/sz-configuration/sz-configuration.component';
import { SzLicenseInfoComponent } from './configuration/license/sz-license.component';
import { SzLicenseInfoComponent } from './configuration/sz-license/sz-license.component';
import { SzMultiSelectButtonComponent } from './shared/multi-select-button/multi-select-button.component';
import { SzPoweredByComponent } from './sz-powered-by/sz-powered-by.component';
import { SzPreferencesComponent } from './configuration/sz-preferences/sz-preferences.component';
Expand Down
2 changes: 1 addition & 1 deletion src/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export { SzRecordStatsDonutChart } from './lib/charts/records-by-datasources/sz-
export * from './lib/sz-powered-by/sz-powered-by.component';
export * from './lib/configuration/sz-configuration/sz-configuration.component';
export * from './lib/configuration/sz-configuration-about/sz-configuration-about.component';
export { SzLicenseInfoComponent } from './lib/configuration/license/sz-license.component';
export { SzLicenseInfoComponent } from './lib/configuration/sz-license/sz-license.component';
export { SzPreferencesComponent } from './lib/configuration/sz-preferences/sz-preferences.component';

/** models */
Expand Down

0 comments on commit d607560

Please sign in to comment.