mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-04 06:37:49 +02:00
Make the main player object an alias, makes it easier to import
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Paper, Typography } from "@mui/material";
|
||||
import React, { useState } from "react";
|
||||
import { AugmentationNames } from "../../Augmentation/data/AugmentationNames";
|
||||
import { Player } from "../../Player";
|
||||
import { Player } from "@player";
|
||||
import {
|
||||
downArrowSymbol,
|
||||
getArrow,
|
||||
|
||||
Reference in New Issue
Block a user