Filenames

This commit is contained in:
bourquecharles
2021-06-15 16:36:05 -04:00
parent 4190ebba89
commit 20d4d7042f
9 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ import PropTypes from 'prop-types';
import { prettyDate, dateToUnix } from 'utils/helper';
import axiosInstance from 'utils/axiosInstance';
import { getToken } from 'utils/authHelper';
import LoadingButton from 'components/LoadingButton/LoadingButton';
import LoadingButton from 'components/LoadingButton';
const DeviceLogs = ({ selectedDeviceId }) => {
const { t } = useTranslation();