Commit 73c623e 1 parent fd14217 commit 73c623e Copy full SHA for 73c623e
File tree 2 files changed +4
-2
lines changed
opensaas-sh/app_diff/src/analytics
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6
6
import { stripe } from '../payment/stripe/stripeClient'
7
7
- import { listOrders } from '@lemonsqueezy/lemonsqueezy.js';
8
8
import { getDailyPageViews, getSources } from './providers/plausibleAnalyticsUtils';
9
- // import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils;
9
+ - // import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils' ;
10
10
- import { paymentProcessor } from '../payment/paymentProcessor';
11
+ + // import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils;
11
12
12
13
export type DailyStatsProps = { dailyStats?: DailyStats; weeklyStats?: DailyStats[]; isLoading?: boolean };
13
14
Original file line number Diff line number Diff line change 27
27
"tailwind-merge" : " ^2.2.1" ,
28
28
"vanilla-cookieconsent" : " ^3.0.1" ,
29
29
"wasp" : " file:.wasp/out/sdk/wasp" ,
30
- "zod" : " ^3.23.8"
30
+ "zod" : " ^3.23.8" ,
31
+ "tailwindcss" : " ^3.2.7"
31
32
},
32
33
"devDependencies" : {
33
34
"@types/express" : " ^4.17.13" ,
You can’t perform that action at this time.
0 commit comments