UNPKG

cob-uswds

Version:

Customized USWDS UI components and visual style guide based on City of Boston Patterns Library

19 lines (15 loc) 411 B
// Import page content import Component from "./usa-create-account.twig"; import DefaultContent from "./usa-create-account.json"; import EsContent from "./usa-create-account~lang-es.json"; export default { title: "Pages/Create Account", }; export const CreateAccountPage = () => Component({ ...DefaultContent, }); export const CreateAccountPageSpanish = () => Component({ ...EsContent, });