Files
nirvana/pages/pricing.tsx
2022-01-24 14:24:38 -08:00

4 lines
84 B
TypeScript

export default function Pricing() {
return <div>this is the pricing page</div>;
}