Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
phnagy committed Feb 17, 2024
1 parent 848eaa5 commit acc8685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/dashboard/import-overlay/import-overlay.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import { TeamService } from '../../shared/layers/business-logic-layer/team.servi
import { ExamplePersonPropertyCsvRemotePath } from '../../shared/constants/csv.constants';
import { ConstraintLoggingService } from '../../shared/layers/business-logic-layer/constraint-logging.service';
import { PromptService } from 'src/app/shared/services/prompt.service';
import { StudentPersonTransformerService } from 'src/app/shared/services/student-person-transformer.service';
import { StudentPersonTransformerService } from 'src/app/shared/services/student-to-person.service';
import { AuthInterceptor } from 'src/app/shared/interceptors/auth.interceptor';
import { ProjectTeamTransformerService } from 'src/app/shared/services/project-team-transformer.service';
import { ProjectTeamTransformerService } from 'src/app/shared/services/project-to-team.service';

@Component({
selector: 'app-import-overlay',
Expand Down

0 comments on commit acc8685

Please sign in to comment.