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