mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-19 12:45:45 +01:00
[chore] Fixing import casing to actually match file casing
This commit is contained in:
parent
24b5a5dd31
commit
ebd8d282ed
@ -1,7 +1,7 @@
|
|||||||
import {Engine} from "../engine";
|
import {Engine} from "../engine";
|
||||||
import {Settings} from "../Settings";
|
import {Settings} from "../Settings";
|
||||||
|
|
||||||
import {numeralWrapper} from "./NumeralFormat";
|
import {numeralWrapper} from "./numeralFormat";
|
||||||
|
|
||||||
|
|
||||||
function setSettingsLabels() {
|
function setSettingsLabels() {
|
||||||
|
Loading…
Reference in New Issue
Block a user