mirror of
https://github.com/traccar/traccar-web.git
synced 2025-01-08 12:07:27 +08:00
Fix lint issues
This commit is contained in:
parent
577e3fbece
commit
1e82bfd81e
@ -1,6 +1,8 @@
|
||||
import React from 'react';
|
||||
import { useSelector } from 'react-redux';
|
||||
import { Button, Dialog, DialogActions, DialogContent, DialogContentText, Link } from '@mui/material';
|
||||
import {
|
||||
Button, Dialog, DialogActions, DialogContent, DialogContentText, Link,
|
||||
} from '@mui/material';
|
||||
import { useTranslation } from './LocalizationProvider';
|
||||
|
||||
const TermsDialog = ({ open, onCancel, onAccept }) => {
|
||||
|
Loading…
Reference in New Issue
Block a user