mirror of
https://github.com/jambonz/next-static-site.git
synced 2026-07-21 03:22:04 +00:00
11 lines
131 B
JavaScript
11 lines
131 B
JavaScript
const mobileMedia = '(max-width: 768px)';
|
|
|
|
const homeObj = {
|
|
link: '/',
|
|
label: 'Home',
|
|
};
|
|
|
|
export {
|
|
homeObj,
|
|
mobileMedia,
|
|
} |