mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -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
|
|
@ -6,11 +6,9 @@ import Chip from "@material-ui/core/Chip";
|
|||
import Toolbar from "@material-ui/core/Toolbar";
|
||||
import * as _ from "lodash";
|
||||
|
||||
import { AuthenticationService } from "api";
|
||||
import { RoomsSelectors, ServerSelectors } from "store";
|
||||
import { Room, User } from "types";
|
||||
|
||||
import { AuthenticationService } from "../../websocket";
|
||||
import { RouteEnum } from "../../types";
|
||||
import { Room, RouteEnum, User } from "types";
|
||||
|
||||
import "./Header.css";
|
||||
import logo from "./logo.png";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue