moonstream/frontend/pages/403.js

12 wiersze
201 B
JavaScript
Czysty Zwykły widok Historia

2021-07-13 11:35:46 +00:00
import { jsx } from "@emotion/react";
import FourOThree from "../src/components/FourOThree";
const Page403 = () => {
return <FourOThree />;
};
Page403.layout = "default";
export default Page403;