This commit is contained in:
binwiederhier
2022-12-13 15:19:40 -05:00
parent 4e4d410803
commit 4bf2fb85e3
7 changed files with 194 additions and 41 deletions

View File

@@ -0,0 +1,12 @@
import * as React from 'react';
import SiteLayout from "./SiteLayout";
const Pricing = () => {
return (
<SiteLayout>
pricing
</SiteLayout>
);
};
export default Pricing;