diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-06-15 22:33:16 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-06-15 22:33:16 -0500 |
commit | de87ec17d1673855fdfe2ccd125d734591969dd4 (patch) | |
tree | cc2380d8fd4bb6c97f034ed460638536c735a144 /src/state/index.ts | |
parent | 172ed1e2cd00ace0ace07f5782daa264f7a2764f (diff) | |
download | voidsky-de87ec17d1673855fdfe2ccd125d734591969dd4.tar.zst |
Fix web build
Diffstat (limited to 'src/state/index.ts')
-rw-r--r-- | src/state/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/state/index.ts b/src/state/index.ts index 460815d13..6040f8f9d 100644 --- a/src/state/index.ts +++ b/src/state/index.ts @@ -7,7 +7,6 @@ import { import {Environment} from './env' import * as storage from './storage' import * as auth from './auth' -import * as urls from '../platform/urls' const ROOT_STATE_STORAGE_KEY = 'root' |