move and rename src/websocket/instanceServices to src/api (#4360)

Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
This commit is contained in:
Jeremy Letto 2021-05-17 20:59:32 -05:00 committed by GitHub
parent 66d24f086e
commit 5cf9023a21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 19 additions and 30 deletions

View file

@ -6,7 +6,7 @@ import * as _ from "lodash";
import { ServerDispatch, ServerSelectors, ServerStateLogs } from "store";
import { ModeratorService } from "websocket";
import { ModeratorService } from "api";
import { AuthGuard, ModGuard} from "components";
import LogResults from "./LogResults";