{"version":3,"file":"Layout-6c3106c0.js","sources":["../../src/components/PageNav/PageNav.tsx","../../src/components/Branding/Branding.tsx","../../src/components/NavLink/NavLink.tsx","../../src/components/FloatingNewPostButton/FloatingNewPostButton.tsx","../../src/components/NavMenu/NavMenu.tsx","../../src/components/ProfileWidget/ProfileWidget.tsx","../../src/components/NewNote/EditBox/EditBox.tsx","../../src/components/NewNote/NewNote.tsx","../../src/components/Layout/Layout.tsx"],"sourcesContent":["import type { Component } from 'solid-js';\r\nimport { hookForDev } from '../../lib/devTools';\r\n\r\nimport styles from './PageNav.module.scss';\r\n\r\nconst PageNav: Component<{ id?: string }> = (props) => {\r\n\r\n const onBack = () => {\r\n window.history.back();\r\n }\r\n\r\n const onNext = () => {\r\n window.history.forward();\r\n }\r\n\r\n return (\r\n