feat(analytics): ✨ Implement analytics provider component for event tracking integration
This commit is contained in:
parent
e42c769b08
commit
4f7a67f1ef
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
import React, { createContext, useContext, useEffect, useMemo } from 'react';
|
||||
/** @jsxImportSource react */
|
||||
|
||||
import { createContext, useContext, useEffect, useMemo } from 'react';
|
||||
import { AnalyticsClient } from '../api/analytics-client';
|
||||
import type { AnalyticsConfig, AnalyticsContext } from '../types';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue