mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 16:43:36 +00:00
basic interactable callbacks from webapp to kafka + redpanda console
This commit is contained in:
8
web/src/components/TrackingProvider.tsx
Normal file
8
web/src/components/TrackingProvider.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
'use client';
|
||||
|
||||
import { useInteractionTracking } from '@/hooks/useInteractionTracking';
|
||||
|
||||
export const TrackingProvider = ({ children }: { children: React.ReactNode }) => {
|
||||
useInteractionTracking();
|
||||
return <>{children}</>;
|
||||
};
|
||||
Reference in New Issue
Block a user