Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MailineN committed Aug 6, 2024
1 parent 6c41a1c commit 880576e
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,14 @@ import { LoopEnum } from "enumerations/LoopEnum";
import React, { useCallback, useState } from "react";
import { useTranslation } from "react-i18next";
import { getLabelsWhenQuit } from "service/alert-service";
import { getAutoCompleteRef, getNomenclatureRef } from "service/referentiel-service";
import {
createNewActivityInCategory,
getAutoCompleteRef,
getNomenclatureRef,
} from "service/referentiel-service";
import { CreateIndexation, getIndexSuggester } from "service/suggester-service";
import { surveyReadOnly } from "service/survey-activity-service";
import { createNewActivityInCategory, getData } from "service/survey-service";
import { getData } from "service/survey-service";
import { getSurveyIdFromUrl } from "utils/utils";

const MainActivityPage = () => {
Expand Down

0 comments on commit 880576e

Please sign in to comment.