kopia lustrzana https://github.com/bugout-dev/moonstream
12 wiersze
201 B
JavaScript
12 wiersze
201 B
JavaScript
![]() |
|
||
|
import { jsx } from "@emotion/react";
|
||
|
import FourOThree from "../src/components/FourOThree";
|
||
|
|
||
|
const Page403 = () => {
|
||
|
return <FourOThree />;
|
||
|
};
|
||
|
|
||
|
Page403.layout = "default";
|
||
|
|
||
|
export default Page403;
|