From bd0dcb45754928db1b8c1faefe3ef49df0bcb596 Mon Sep 17 00:00:00 2001 From: bat Date: Mon, 3 Apr 2023 21:17:59 +0000 Subject: [PATCH] Fix quoting --- sw.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sw.js b/sw.js index 0ff9269..5be9c44 100644 --- a/sw.js +++ b/sw.js @@ -9,8 +9,8 @@ async function initCache() { '/components/header.js', '/components/nav-menu.js', '/components/dialog.js', - '/forms/button-group.js, - '/menu/dropdown.js, + '/forms/button-group.js', + '/menu/dropdown.js', ]) //1 }