remove unused variable
This commit is contained in:
parent
c5e3a78e13
commit
71d5c07069
|
@ -20,8 +20,6 @@ import { generate_screen_css } from "../generate_css"
|
|||
import { insertCodeMetadata } from "../insertCodeMetadata"
|
||||
import { uuid } from "../uuid"
|
||||
|
||||
let appname = ""
|
||||
|
||||
export const getStore = () => {
|
||||
const initial = {
|
||||
apps: [],
|
||||
|
|
Loading…
Reference in New Issue