export const sidebar = [ { text: 'Introduction', children: [ { text: 'Welcome', link: '/' }, { text: 'Example', link: '/example' }, ], }, ]; export const mediaQueries = { mobile: '(max-width: 600px)', desktop: '(min-width: 601px)', };