chore(lint): Add missing semicolon

This commit is contained in:
syuilo 2020-05-10 16:31:00 +09:00
parent c01210d4fe
commit 57c3ea3dbe
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ os.init(async () => {
} else if (e.key === 'i') {
location.reload();
}
}, false)
}, false);
store.watch(state => state.device.darkMode, darkMode => {
import('./theme').then(({ builtinThemes }) => {