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