remove dead code

This commit is contained in:
Nolan Lawson 2018-01-12 22:27:40 -08:00
parent 7b26337c17
commit ebe26a2615
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
import { Store } from 'svelte/store.js'
const key = 'ui-store'
const LS = process.browser && localStorage
class LocalStorageStore extends Store {