UNPKG

@logicflow/dumi-theme-simple

Version:
22 lines (21 loc) 735 B
import React from 'react'; import { NotFound as NotFoundPage } from "dumi/theme/slots/404"; import { Footer } from "dumi/theme/slots/Footer"; import { Header } from "dumi/theme/slots/Header"; import { SEO } from "dumi/theme/slots/SEO"; /** * 404 页面 */ import { jsx as _jsx } from "react/jsx-runtime"; import { Fragment as _Fragment } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var NotFound = function NotFound() { return /*#__PURE__*/_jsxs(_Fragment, { children: [/*#__PURE__*/_jsx(SEO, { title: "404: Not found" }), /*#__PURE__*/_jsx(Header, { isHomePage: false }), /*#__PURE__*/_jsx(NotFoundPage, {}), /*#__PURE__*/_jsx(Footer, {})] }); }; export default NotFound;