Make the main player object an alias, makes it easier to import

This commit is contained in:
Olivier Gagnon
2022-10-09 18:42:14 -04:00
parent 3c03ac4f18
commit cbb7f58231
197 changed files with 225 additions and 222 deletions

View File

@@ -5,7 +5,7 @@ import { uniqueId } from "lodash";
import React from "react";
import { SpecialServers } from "../../Server/data/SpecialServers";
import { Settings } from "../../Settings/Settings";
import { Player } from "../../Player";
import { Player } from "@player";
import { StatsRow } from "../../ui/React/StatsRow";
import { defaultMultipliers, getBitNodeMultipliers } from "../BitNode";
import { IBitNodeMultipliers } from "../BitNodeMultipliers";