mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
rm the top level utils folder
This commit is contained in:
parent
06f716c0fa
commit
c0e1706128
@ -1,4 +0,0 @@
|
|||||||
This directory contains anything that does not represent an actual component of
|
|
||||||
the game. Instead, it contains utility classes, functions, etc.
|
|
||||||
|
|
||||||
The `/helper` directory contains helper functions.
|
|
@ -1,10 +0,0 @@
|
|||||||
import * as React from "react";
|
|
||||||
|
|
||||||
export function DialogBox(content: HTMLElement): React.ReactElement {
|
|
||||||
return (
|
|
||||||
<div className="dialog-box-content text">
|
|
||||||
<span className="dialog-box-close-button ">×</span>
|
|
||||||
{content}
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user