We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4717358 commit 73c014dCopy full SHA for 73c014d
1 file changed
src/frontend/src/pages/FinancePage/ReimbursementRequestForm/ReimbursementFormView.tsx
@@ -1,6 +1,5 @@
1
import { Delete } from '@mui/icons-material';
2
import {
3
- Autocomplete,
4
FormControl,
5
FormHelperText,
6
FormLabel,
@@ -34,7 +33,6 @@ import { ReimbursementRequestFormInput } from './ReimbursementRequestForm';
34
33
import { useState } from 'react';
35
import { useToast } from '../../../hooks/toasts.hooks';
36
import NERAutocomplete from '../../../components/NERAutocomplete';
37
-import { fullNamePipe } from '../../../utils/pipes';
38
import { Link as RouterLink } from 'react-router-dom';
39
import { routes } from '../../../utils/routes';
40
import { codeAndRefundSourceName, expenseTypePipe } from '../../../utils/pipes';
0 commit comments