File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
opensaas-sh/app_diff/src/analytics Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 66 import { stripe } from '../payment/stripe/stripeClient'
77- import { listOrders } from '@lemonsqueezy/lemonsqueezy.js';
88 import { getDailyPageViews, getSources } from './providers/plausibleAnalyticsUtils';
9- // import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils;
9+ - // import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils' ;
1010- import { paymentProcessor } from '../payment/paymentProcessor';
11+ + // import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils;
1112
1213 export type DailyStatsProps = { dailyStats?: DailyStats; weeklyStats?: DailyStats[]; isLoading?: boolean };
1314
Original file line number Diff line number Diff line change 2727 "tailwind-merge" : " ^2.2.1" ,
2828 "vanilla-cookieconsent" : " ^3.0.1" ,
2929 "wasp" : " file:.wasp/out/sdk/wasp" ,
30- "zod" : " ^3.23.8"
30+ "zod" : " ^3.23.8" ,
31+ "tailwindcss" : " ^3.2.7"
3132 },
3233 "devDependencies" : {
3334 "@types/express" : " ^4.17.13" ,
You can’t perform that action at this time.
0 commit comments