1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-09-28 19:31:59 +02:00
ntfy/web/src/components/Pricing.js
binwiederhier 4bf2fb85e3 Bla
2022-12-13 15:19:40 -05:00

12 lines
207 B
JavaScript

import * as React from 'react';
import SiteLayout from "./SiteLayout";
const Pricing = () => {
return (
<SiteLayout>
pricing
</SiteLayout>
);
};
export default Pricing;