moonstream/frontend/pages/403.js

11 wiersze
189 B
JavaScript
Czysty Zwykły widok Historia

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