Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
griest024 authored and xelaint committed Dec 12, 2023
1 parent 23b14af commit 2c89fa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/design-land/src/app/select/select.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { NgModule } from '@angular/core';

import { DaffArticleModule } from '@daffodil/design';

import { DesignLandExampleViewerModule } from '../core/code-preview/container/example-viewer.module';
import { DesignLandSelectRoutingModule } from './select-routing.module';
import { DesignLandSelectComponent } from './select.component';
import { DesignLandExampleViewerModule } from '../core/code-preview/container/example-viewer.module';


@NgModule({
Expand Down
4 changes: 2 additions & 2 deletions libs/design/src/molecules/select/select.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import { NgModule } from '@angular/core';
import { ReactiveFormsModule } from '@angular/forms';
import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';

import { DaffSelectOptionDirective } from './option/option.directive';
import { DaffSelectComponent } from './select.component';
import { DaffErrorMessageModule } from '../../atoms/form/error-message/error-message.module';
import { DaffFormLabelModule } from '../../atoms/form/form-label/form-label.module';
import { DaffPrefixSuffixModule } from '../../core/prefix-suffix/prefix-suffix.module';
import { DaffSelectOptionDirective } from './option/option.directive';
import { DaffSelectComponent } from './select.component';

@NgModule({
imports: [
Expand Down

0 comments on commit 2c89fa8

Please sign in to comment.