chore: build and UI fixes
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
/** analyticsService — stub. Analytics via Supabase can be implemented in v3 */
|
||||
export const analyticsService = {
|
||||
logEvent(_event: { event_name: string; properties?: Record<string, any> }) {
|
||||
logEvent(_event: any) {
|
||||
// no-op
|
||||
},
|
||||
async getDashboardStats() {
|
||||
|
||||
Reference in New Issue
Block a user