diff --git a/src/pages/Report/index.jsx b/src/pages/Report/index.jsx index e275123..3fb7917 100644 --- a/src/pages/Report/index.jsx +++ b/src/pages/Report/index.jsx @@ -1,12 +1,13 @@ import 'moment/locale/ru' import moment from 'moment' import { useState, useEffect, memo } from 'react' -import { DatePicker, Radio, Button, Select, notification } from 'antd' +import { Radio, Button, Select, notification } from 'antd' import { ReportService } from '@api' import { Subscribe } from '@services/signalr' -import LoaderPortal from '@components/LoaderPortal' +import { LoaderPortal } from '@components/LoaderPortal' import { invokeWebApiWrapperAsync } from '@components/factory' +import { DateRangeWrapper } from 'components/Table/DateRangeWrapper' import { Reports } from './Reports' import { ReportCreationNotify } from './ReportCreationNotify' @@ -133,11 +134,9 @@ export const Report = memo(({ idWell }) => {