#847 Removing </> in text

This commit is contained in:
Knut Sveidqvist
2019-07-13 22:50:53 -07:00
parent 31a2b2ca3c
commit 31576f8f55
6 changed files with 82 additions and 37 deletions

6
src/config.js Normal file
View File

@@ -0,0 +1,6 @@
let config
export const setConfig = conf => {
config = conf
}
export const getConfig = () => config