* Working version * fix * Fixed console log * Fix lint * wip * Fix * Fix * consolelog --------- Co-authored-by: Charles Bochet <charles@twenty.com>
8 lines
147 B
TypeScript
8 lines
147 B
TypeScript
import { useTrackPageView } from '@/analytics/hooks/useTrackPageView';
|
|
|
|
export function AnalyticsHook() {
|
|
useTrackPageView();
|
|
|
|
return <></>;
|
|
}
|