diff --git a/opensaas-sh/app_diff/src/analytics/stats.ts.diff b/opensaas-sh/app_diff/src/analytics/stats.ts.diff index abd33ef..cbf7c27 100644 --- a/opensaas-sh/app_diff/src/analytics/stats.ts.diff +++ b/opensaas-sh/app_diff/src/analytics/stats.ts.diff @@ -6,8 +6,9 @@ import { stripe } from '../payment/stripe/stripeClient' -import { listOrders } from '@lemonsqueezy/lemonsqueezy.js'; import { getDailyPageViews, getSources } from './providers/plausibleAnalyticsUtils'; - // import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils; +-// import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils'; -import { paymentProcessor } from '../payment/paymentProcessor'; ++// import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils; export type DailyStatsProps = { dailyStats?: DailyStats; weeklyStats?: DailyStats[]; isLoading?: boolean }; diff --git a/template/app/package.json b/template/app/package.json index 7f4a959..140c8fb 100644 --- a/template/app/package.json +++ b/template/app/package.json @@ -27,7 +27,8 @@ "tailwind-merge": "^2.2.1", "vanilla-cookieconsent": "^3.0.1", "wasp": "file:.wasp/out/sdk/wasp", - "zod": "^3.23.8" + "zod": "^3.23.8", + "tailwindcss": "^3.2.7" }, "devDependencies": { "@types/express": "^4.17.13",