Lint all files

This commit is contained in:
jeffvli
2023-07-01 19:10:05 -07:00
parent 22af76b4d6
commit 30e52ebb54
334 changed files with 76519 additions and 75932 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
const size = {
desktop: '320px',
mobile: '640px',
desktop: '320px',
mobile: '640px',
};
export const device = {
desktop: `(max-width: ${size.desktop})`,
mobile: `(max-width: ${size.mobile})`,
desktop: `(max-width: ${size.desktop})`,
mobile: `(max-width: ${size.mobile})`,
};