mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 02:03:58 +01:00
removed unused imports
This commit is contained in:
parent
78c0cac50b
commit
5ede4a70db
@ -1,17 +1,10 @@
|
|||||||
import { Augmentation, IConstructorParams } from "./Augmentation";
|
import { Augmentation, IConstructorParams } from "./Augmentation";
|
||||||
import { Augmentations } from "./Augmentations";
|
|
||||||
import { AugmentationNames } from "./data/AugmentationNames";
|
import { AugmentationNames } from "./data/AugmentationNames";
|
||||||
|
|
||||||
import { BitNodeMultipliers } from "../BitNode/BitNodeMultipliers";
|
|
||||||
import { CONSTANTS } from "../Constants";
|
|
||||||
import { Player } from "../Player";
|
import { Player } from "../Player";
|
||||||
import { Programs } from "../Programs/Programs";
|
import { Programs } from "../Programs/Programs";
|
||||||
|
|
||||||
import { WHRNG } from "../Casino/RNG";
|
import { WHRNG } from "../Casino/RNG";
|
||||||
|
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import { FactionNames } from "../Faction/data/FactionNames";
|
import { FactionNames } from "../Faction/data/FactionNames";
|
||||||
import { augmentationExists } from "./AugmentationHelpers";
|
|
||||||
|
|
||||||
function getRandomBonus(): any {
|
function getRandomBonus(): any {
|
||||||
const bonuses = [
|
const bonuses = [
|
||||||
|
Loading…
Reference in New Issue
Block a user