mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-13 03:03:54 +01:00
fix lint error
removed unused import (fixing commit issue)
This commit is contained in:
parent
5b4addbb21
commit
682d689e55
@ -3,7 +3,7 @@ import * as React from "react";
|
|||||||
import { ActiveFragment } from "../ActiveFragment";
|
import { ActiveFragment } from "../ActiveFragment";
|
||||||
import { DummyGift } from "../DummyGift";
|
import { DummyGift } from "../DummyGift";
|
||||||
import { Grid } from "./Grid";
|
import { Grid } from "./Grid";
|
||||||
import { calculateGrid, zeros } from "../Helper";
|
import { zeros } from "../Helper";
|
||||||
|
|
||||||
interface IProps {
|
interface IProps {
|
||||||
width: number;
|
width: number;
|
||||||
|
@ -8,7 +8,7 @@ import Box from "@mui/material/Box";
|
|||||||
import Button from "@mui/material/Button";
|
import Button from "@mui/material/Button";
|
||||||
import { Table } from "../../ui/React/Table";
|
import { Table } from "../../ui/React/Table";
|
||||||
import { Grid } from "./Grid";
|
import { Grid } from "./Grid";
|
||||||
import { zeros, calculateGrid } from "../Helper";
|
import { zeros } from "../Helper";
|
||||||
import { ActiveFragmentSummary } from "./ActiveFragmentSummary";
|
import { ActiveFragmentSummary } from "./ActiveFragmentSummary";
|
||||||
import Tooltip from "@mui/material/Tooltip";
|
import Tooltip from "@mui/material/Tooltip";
|
||||||
import Typography from "@mui/material/Typography";
|
import Typography from "@mui/material/Typography";
|
||||||
|
Loading…
Reference in New Issue
Block a user