Adding cloud and bang shapes

This commit is contained in:
Knut Sveidqvist
2022-09-02 11:08:26 +02:00
parent 2fbdfdbf6a
commit ccb16e5f5a
8 changed files with 115 additions and 26 deletions

View File

@@ -1,5 +1,6 @@
/** Created by knut on 15-01-14. */
import { log } from '../../logger';
import { clear } from '../../commonDb';
var message = '';
var info = false;
@@ -30,5 +31,6 @@ export default {
getMessage,
setInfo,
getInfo,
clear,
// parseError
};