transfer actionTracker
This commit is contained in:
@@ -3,6 +3,7 @@ import HeaderPanel from '@/app/ui/header/headerPanel';
|
||||
import { getQueryClient } from '@/app/providers/getQueryClient';
|
||||
import { HydrationBoundary, dehydrate } from '@tanstack/react-query';
|
||||
import { prefetchLayoutQueries } from '@/app/lib/prefetch-queries';
|
||||
import ActivityTracker from '@/app/components/ActivityTracker';
|
||||
|
||||
export default async function Layout({ children }: { children: React.ReactNode }) {
|
||||
const queryClient = getQueryClient();
|
||||
@@ -20,6 +21,7 @@ export default async function Layout({ children }: { children: React.ReactNode }
|
||||
</main>
|
||||
</div>
|
||||
</HydrationBoundary>
|
||||
<ActivityTracker/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user