We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275dfb5 commit d4bb4e6Copy full SHA for d4bb4e6
1 file changed
src/frontend/src/pages/CreateChangeRequestPage/CreateProposedSolutionsList.tsx
@@ -8,7 +8,6 @@ import ProposedSolutionForm from '../ChangeRequestDetailPage/ProposedSolutionFor
8
import { useState } from 'react';
9
import ProposedSolutionView from '../ChangeRequestDetailPage/ProposedSolutionView';
10
import { Button, Grid, Typography } from '@mui/material';
11
-import LoadingIndicator from '../../components/LoadingIndicator';
12
import { useCurrentUser } from '../../hooks/users.hooks';
13
14
interface CreateProposedSolutionsListProps {
0 commit comments