Affichage des dossiers associés dans la page groupe de travail

This commit is contained in:
2020-10-12 14:56:22 +02:00
parent 19f0c8e0a4
commit f032e83e71
8 changed files with 62 additions and 8 deletions

View File

@ -1,6 +1,6 @@
import React from 'react';
import { DecisionSupportFile, DecisionSupportFileStatus } from '../../types/decision';
import { ItemPanel, TabDefinition, Item } from './ItemPanel';
import { ItemPanel, TabDefinition, Item } from '../ItemPanel';
import { useUserProfile } from '../../gql/queries/profile';
import { inWorkgroup } from '../../types/workgroup';
import { useDecisionSupportFiles } from '../../gql/queries/dsf';