Browse Source

Fix string quoting

file-group-page
bat 3 years ago
parent
commit
3bcd9551e9
  1. 2
      sw.js

2
sw.js

@ -9,7 +9,7 @@ async function initCache() {
'/components/header.js',
'/components/nav-menu.js',
'/components/dialog.js',
'/forms/button-group.js,
'/forms/button-group.js',
'/menu/dropdown.js',
])
}

Loading…
Cancel
Save