Skip to content

Commit

Permalink
[frontend] Fix imports (#7589)
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-julien committed Jul 3, 2024
1 parent b79eaf6 commit f940b4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { CsvMapperTestDialogQuery$data } from '@components/data/csvMapper/__gene
import { InformationOutline } from 'mdi-material-ui';
import Box from '@mui/material/Box';
import { useFormatter } from '../../../../components/i18n';
import {commitMutation, fetchQuery, handleError} from '../../../../relay/environment';
import { commitMutation, handleError } from '../../../../relay/environment';
import Loader, { LoaderVariant } from '../../../../components/Loader';

const csvMapperTestQuery = graphql`
Expand Down

0 comments on commit f940b4a

Please sign in to comment.