init commit,
This commit is contained in:
17
03_source/frontend/src/pages/pricing/index.tsx
Normal file
17
03_source/frontend/src/pages/pricing/index.tsx
Normal file
@@ -0,0 +1,17 @@
|
||||
import { CONFIG } from 'src/global-config';
|
||||
|
||||
import { PricingView } from 'src/sections/pricing/view';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
const metadata = { title: `Pricing - ${CONFIG.appName}` };
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<>
|
||||
<title>{metadata.title}</title>
|
||||
|
||||
<PricingView />
|
||||
</>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user