chore(lint): Add missing semicolon

This commit is contained in:
syuilo 2020-05-10 16:31:00 +09:00
parent c01210d4fe
commit 57c3ea3dbe

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 }) => {