Skip to content

Commit

Permalink
Update StatusList.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Oct 5, 2023
1 parent 27945e2 commit 6b8d952
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/src/components/StatusList.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import React, { useState, useEffect, CSSProperties } from 'react'
import {
InputLabel, Select, MenuItem, SelectChangeEvent, TextFieldVariants
InputLabel,
Select,
MenuItem,
SelectChangeEvent,
TextFieldVariants
} from '@mui/material'
import * as bookcarsTypes from 'bookcars-types'
import { strings as commonStrings } from '../lang/common'
Expand Down

0 comments on commit 6b8d952

Please sign in to comment.