diff --git a/apps/web/app/(app)/premium/page.tsx b/apps/web/app/(app)/premium/page.tsx index 76e43bed21..762a0a8677 100644 --- a/apps/web/app/(app)/premium/page.tsx +++ b/apps/web/app/(app)/premium/page.tsx @@ -1,9 +1,9 @@ -import { PricingLazy } from "@/app/(app)/premium/PricingLazy"; +import { AppPricingLazy } from "@/app/(app)/premium/AppPricingLazy"; export default function Premium() { return (
- +
); } diff --git a/version.txt b/version.txt index 52b9a1d4be..8a4e0f8fd1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v2.20.12 +v2.20.13