update pay function
This commit is contained in:
10
boilerplate-chakra-pro-main/app/page.tsx
Normal file
10
boilerplate-chakra-pro-main/app/page.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import Landing from '@/components/landing';
|
||||
import { Providers } from '@/components/providers';
|
||||
|
||||
export default async function PricingPage() {
|
||||
return (
|
||||
<Providers>
|
||||
<Landing />
|
||||
</Providers>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user