mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 10:35:35 +01:00
add page titles
This commit is contained in:
parent
b39ef68372
commit
3039ad9315
12 changed files with 39 additions and 12 deletions
|
|
@ -1,9 +1,11 @@
|
|||
import AppLayout from 'components/layout/AppLayout';
|
||||
import RealtimeHome from 'components/pages/realtime/RealtimeHome';
|
||||
import useMessages from 'hooks/useMessages';
|
||||
|
||||
export default function RealtimePage() {
|
||||
const { formatMessage, labels } = useMessages();
|
||||
return (
|
||||
<AppLayout>
|
||||
<AppLayout title={formatMessage(labels.realtime)}>
|
||||
<RealtimeHome />
|
||||
</AppLayout>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue