Rename InteractMenu/-Store => FollowMenu/-Store
This commit is contained in:
parent
2bd71790b5
commit
e3e7fba539
5 changed files with 6 additions and 12 deletions
|
@ -62,13 +62,7 @@ import { connectionManager } from "./ConnectionManager";
|
|||
import { emoteEventStream } from "./EmoteEventStream";
|
||||
import { get } from "svelte/store";
|
||||
import { warningContainerStore } from "../Stores/MenuStore";
|
||||
import {
|
||||
followStateStore,
|
||||
followRoleStore,
|
||||
followUsersStore,
|
||||
followRoles,
|
||||
followStates,
|
||||
} from "../Stores/InteractStore";
|
||||
import { followStateStore, followRoleStore, followUsersStore, followRoles, followStates } from "../Stores/FollowStore";
|
||||
|
||||
const manualPingDelay = 20000;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue