mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 09:35:36 +01:00
Removed naming from index pages.
This commit is contained in:
parent
6b69f69c08
commit
4e6d24e932
24 changed files with 81 additions and 63 deletions
|
|
@ -1,13 +1,13 @@
|
|||
import AppLayout from 'components/layout/AppLayout';
|
||||
import useMessages from 'hooks/useMessages';
|
||||
import ReportsList from 'components/pages/reports/ReportsList';
|
||||
import ReportsPage from 'components/pages/reports/ReportsPage';
|
||||
|
||||
export default function ReportsPage() {
|
||||
export default function () {
|
||||
const { formatMessage, labels } = useMessages();
|
||||
|
||||
return (
|
||||
<AppLayout title={formatMessage(labels.reports)}>
|
||||
<ReportsList />
|
||||
<ReportsPage />
|
||||
</AppLayout>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue