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

@ -5,7 +5,7 @@ import { Redirect } from "react-router-dom";
import { ServerSelectors } from "store";
import { User } from "types";
import { AuthenticationService } from "websocket";
import { AuthenticationService } from "api";
import { RouteEnum } from "types";
class ModGuard extends Component<ModGuardProps> {