Files
twenty_crm/front/src/sync-hooks/AnalyticsHook.tsx
Lucas Bordeau 66dcc9b2e1 Feat/better hotkeys scope (#526)
* Working version

* fix

* Fixed console log

* Fix lint

* wip

* Fix

* Fix

* consolelog

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
2023-07-07 18:53:05 -07:00

8 lines
147 B
TypeScript

import { useTrackPageView } from '@/analytics/hooks/useTrackPageView';
export function AnalyticsHook() {
useTrackPageView();
return <></>;
}