update import

This commit is contained in:
Igor Hrenowitsch Propisnov 2024-08-22 13:25:23 +02:00
parent 70f413f453
commit 68c21f3675
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import {
} from '@angular/core'; } from '@angular/core';
import { FormBuilder, FormGroup, Validators } from '@angular/forms'; import { FormBuilder, FormGroup, Validators } from '@angular/forms';
import { StepperIndicatorComponent } from '../../../shared/components/stepper-indicator/stepper-indicator.component'; import { StepperIndicatorComponent } from '../../../shared/components';
import { BasicStepComponent } from './steps/basic-step.component'; import { BasicStepComponent } from './steps/basic-step.component';
import { TicketsStepComponent } from './steps/tickets-step.component'; import { TicketsStepComponent } from './steps/tickets-step.component';

View File

@ -1 +1,2 @@
export * from './dropdown/dropdown.component'; export * from './dropdown/dropdown.component';
export * from './stepper-indicator/stepper-indicator.component';