mirror of
https://github.com/umami-software/umami.git
synced 2026-02-23 22:15:35 +01:00
Fixed pages.
This commit is contained in:
parent
f7151a880e
commit
b85109241b
22 changed files with 86 additions and 77 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { useContext } from 'react';
|
||||
import { useMessages } from 'components/hooks';
|
||||
import { Form, FormButtons, FormRow, SubmitButton } from 'react-basics';
|
||||
import { ReportContext } from '../[reportId]/ReportPage';
|
||||
import { ReportContext } from '../[reportId]/Report';
|
||||
import { MonthSelect } from 'components/input/MonthSelect';
|
||||
import BaseParameters from '../[reportId]/BaseParameters';
|
||||
import { parseDateRange } from 'lib/date';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue