Rename InteractMenu/-Store => FollowMenu/-Store

This commit is contained in:
PizZaKatZe 2021-12-15 14:57:44 +01:00
parent 2bd71790b5
commit e3e7fba539
5 changed files with 6 additions and 12 deletions

View file

@ -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;