mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-06 15:47:52 +02:00
Make the main player object an alias, makes it easier to import
This commit is contained in:
@@ -2,7 +2,7 @@ import React from "react";
|
||||
import { OptionSwitch } from "../../ui/React/OptionSwitch";
|
||||
import { Settings } from "../../Settings/Settings";
|
||||
import { GameOptionsPage } from "./GameOptionsPage";
|
||||
import { Player } from "../../Player";
|
||||
import { Player } from "@player";
|
||||
|
||||
export const GameplayPage = (): React.ReactElement => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user