import ErrorPage from "hooks/error"; import Layout from "themes/echoes/layout"; export default function Routes() { return Layout.render({ children: <>, args: { title: "ๆˆ‘็š„้กต้ข", theme: "dark", }, }); }