UNPKG

@uswds/uswds

Version:

Open source UI components and visual style guide for U.S. government websites

18 lines (14 loc) 342 B
import Component from "./usa-error.twig"; import DefaultContent from "./usa-error.json"; import EsContent from "./usa-error~lang-es.json"; export default { title: "Pages/Error", }; export const PageNotFound = () => Component({ ...DefaultContent, }); export const PageNotFoundSpanish = () => Component({ ...EsContent, });