Don't export as we don't need to
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
2dcb60b489
commit
e39f7caf59
1 changed files with 2 additions and 2 deletions
|
@ -41,10 +41,10 @@ type SpaceKey = string | symbol;
|
||||||
interface IState {}
|
interface IState {}
|
||||||
|
|
||||||
const ACTIVE_SPACE_LS_KEY = "mx_active_space";
|
const ACTIVE_SPACE_LS_KEY = "mx_active_space";
|
||||||
export const LAST_VIEWED_ROOMS = "mx_last_viewed_rooms";
|
const LAST_VIEWED_ROOMS = "mx_last_viewed_rooms";
|
||||||
|
|
||||||
// We can't use HOME_SPACE here because JSON.stringify() will ignore any Symbols
|
// We can't use HOME_SPACE here because JSON.stringify() will ignore any Symbols
|
||||||
export const LAST_VIEWED_ROOMS_HOME = "home_space";
|
const LAST_VIEWED_ROOMS_HOME = "home_space";
|
||||||
|
|
||||||
export const HOME_SPACE = Symbol("home-space");
|
export const HOME_SPACE = Symbol("home-space");
|
||||||
export const SUGGESTED_ROOMS = Symbol("suggested-rooms");
|
export const SUGGESTED_ROOMS = Symbol("suggested-rooms");
|
||||||
|
|
Loading…
Reference in a new issue