mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 16:52:55 +02:00
Improved module import styling for all top-level src files
This commit is contained in:
+6
-1
@@ -1,6 +1,11 @@
|
||||
import { setTimeoutRef } from "./utils/SetTimeoutRef";
|
||||
import { dialogBoxCreate } from "../utils/DialogBox";
|
||||
import { Generic_fromJSON, Generic_toJSON, Reviver } from "../utils/JSONReviver";
|
||||
import {
|
||||
Generic_fromJSON,
|
||||
Generic_toJSON,
|
||||
Reviver
|
||||
} from "../utils/JSONReviver";
|
||||
|
||||
|
||||
/**
|
||||
* Represents a plain text file that is typically stored on a server.
|
||||
|
||||
Reference in New Issue
Block a user