mirror of
https://github.com/modernweb-dev/rocket.git
synced 2026-03-10 08:51:24 +00:00
12 lines
406 B
JavaScript
12 lines
406 B
JavaScript
/* START - Rocket auto generated - do not touch */
|
|
export const sourceRelativeFilePath = '404.html.rocket.js';
|
|
import { pageTree, setupUnifiedPlugins, footerMenu } from './recursive.data.js';
|
|
export { pageTree, setupUnifiedPlugins, footerMenu };
|
|
/* END - Rocket auto generated - do not touch */
|
|
|
|
import { Layout404 } from '@rocket/launch';
|
|
|
|
export const layout = new Layout404();
|
|
|
|
export default () => '';
|