mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
move and rename src/websocket/instanceServices to src/api (#4360)
Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
This commit is contained in:
parent
66d24f086e
commit
5cf9023a21
16 changed files with 19 additions and 30 deletions
|
|
@ -7,7 +7,7 @@ import ListItem from "@material-ui/core/ListItem";
|
|||
import Paper from "@material-ui/core/Paper";
|
||||
|
||||
import { UserDisplay, VirtualList, AuthGuard } from "components";
|
||||
import { AuthenticationService, SessionService } from "websocket";
|
||||
import { AuthenticationService, SessionService } from "api";
|
||||
import { ServerSelectors } from "store";
|
||||
import { User } from 'types';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue