cob-uswds
Version:
Customized USWDS UI components and visual style guide based on City of Boston Patterns Library
18 lines (14 loc) • 342 B
JavaScript
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,
});