mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 01:25:37 +01:00
Updated query filters. Updated packages.
This commit is contained in:
parent
6bb34cd3a5
commit
11d8b19279
7 changed files with 35 additions and 17 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import React from 'react';
|
||||
import Layout from 'components/layout/Layout';
|
||||
import Test from 'components/pages/Test';
|
||||
import TestConsole from 'components/pages/TestConsole';
|
||||
import useRequireLogin from 'hooks/useRequireLogin';
|
||||
|
||||
export default function TestPage() {
|
||||
|
|
@ -12,7 +12,7 @@ export default function TestPage() {
|
|||
|
||||
return (
|
||||
<Layout>
|
||||
<Test />
|
||||
<TestConsole />
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue