mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
7 lines
225 B
TypeScript
7 lines
225 B
TypeScript
/**
|
|
* Analytics is disabled on Rowy open source.
|
|
*/
|
|
import type { logEvent as logEventFunction } from "firebase/analytics";
|
|
export const analytics = {} as any;
|
|
export const logEvent = (() => {}) as typeof logEventFunction;
|