Skip to content

Commit

Permalink
fix(docker) : remove import that provoke the docker frontend image bu…
Browse files Browse the repository at this point in the history
…ild failure
  • Loading branch information
jacquesfize committed Oct 30, 2024
1 parent 86fa285 commit a5f7e06
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { Component, OnChanges, OnInit, SimpleChanges } from '@angular/core';
import { Destination } from '@geonature/modules/imports/models/import.model';
import { ActivatedRoute } from '@angular/router';
import { ImportDataService } from '@geonature/modules/imports/services/data.service';
import { ImportProcessService } from '../import-process.service';
import { data, param } from 'cypress/types/jquery';

interface ImportInfoBoxData {
destinationName: string;
Expand Down

0 comments on commit a5f7e06

Please sign in to comment.