Skip to content

Commit 45e6d8b

Browse files
authored
Merge pull request #986 from elie222/feat/pricing
2 parents 401da16 + 7ca4e4b commit 45e6d8b

File tree

9 files changed

+27
-390
lines changed

9 files changed

+27
-390
lines changed

apps/web/app/(app)/premium/OldPricingLazy.tsx renamed to apps/web/app/(app)/premium/AppPricingLazy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { PricingProps } from "./Pricing";
55

66
const PricingComponent = dynamic(() => import("./Pricing"));
77

8-
export const OldPricingLazy = (props: PricingProps) => (
8+
export const AppPricingLazy = (props: PricingProps) => (
99
<Suspense fallback={<Loading />}>
1010
<PricingComponent {...props} />
1111
</Suspense>

apps/web/app/(landing)/home/Header.tsx

Lines changed: 0 additions & 333 deletions
This file was deleted.

0 commit comments

Comments
 (0)