const defaultPages = [ { id: null, body: "", title: "Page not found", url: "/404", }, { id: 0, body: "", title: "My Notebook", url: "/", }, ]; export { defaultPages };