Skip to content

Commit

Permalink
Update UpdateLocation.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Oct 5, 2023
1 parent e2975c4 commit a4c404a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion backend/src/pages/UpdateLocation.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import React, { useState } from 'react'
import {
Input, InputLabel, FormControl, FormHelperText, Button, Paper
Input,
InputLabel,
FormControl,
FormHelperText,
Button,
Paper
} from '@mui/material'
import * as bookcarsTypes from 'bookcars-types'
import * as bookcarsHelper from 'bookcars-helper'
Expand Down

0 comments on commit a4c404a

Please sign in to comment.