// @flow import * as React from 'react'; import Page from 'component/page'; import Button from 'component/button'; import Card from 'component/common/card'; import CreditCards from './credit-card-logos.png'; export default function CheckoutPage() { return ( {__('lbry.tv Premium - 1 month')}
$5 per month
} actions={
} />
); }