From 4a8b45cd434b09d41e2c9557ff3cb7530f239156 Mon Sep 17 00:00:00 2001 From: aelassas Date: Thu, 5 Oct 2023 07:33:56 +0100 Subject: [PATCH] Update CarSelectList.tsx --- frontend/src/components/CarSelectList.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/CarSelectList.tsx b/frontend/src/components/CarSelectList.tsx index 4023f3d26..b712068ea 100644 --- a/frontend/src/components/CarSelectList.tsx +++ b/frontend/src/components/CarSelectList.tsx @@ -1,6 +1,11 @@ import React, { useState, useEffect } from 'react' import { - Dialog, DialogTitle, DialogContent, DialogActions, Button, TextFieldVariants + Dialog, + DialogTitle, + DialogContent, + DialogActions, + Button, + TextFieldVariants } from '@mui/material' import * as bookcarsTypes from 'bookcars-types' import Env from '../config/env.config'