mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 03:00:56 +02:00
Make the main player object an alias, makes it easier to import
This commit is contained in:
@@ -6,7 +6,7 @@ import AccordionDetails from "@mui/material/AccordionDetails";
|
||||
import ExpandMoreIcon from "@mui/icons-material/ExpandMore";
|
||||
|
||||
import Typography from "@mui/material/Typography";
|
||||
import { Player } from "../../Player";
|
||||
import { Player } from "@player";
|
||||
import { Adjuster } from "./Adjuster";
|
||||
|
||||
// Update as additional BitNodes get implemented
|
||||
|
||||
Reference in New Issue
Block a user