Skip to content

Commit 6cc36aa

Browse files
committed
chore(junk): remove dead code
1 parent 9673f65 commit 6cc36aa

File tree

5 files changed

+1
-62
lines changed

5 files changed

+1
-62
lines changed
File renamed without changes.

src/components/settings/index.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ import cx from "classnames";
99
import { JSONSchema7 } from "json-schema";
1010
import cloneDeep from "lodash/cloneDeep";
1111
import uiSchemas from "./uiSchema.json";
12-
import "./style.global.scss";
1312
import { BridgeApi } from "../../actions/BridgeApi";
14-
import Card from 'react-bootstrap/Card';
13+
1514

1615

1716
type SettingsTab = "settings" | "bridge" | "about" | "tools";

src/components/settings/style.global.scss

-5
This file was deleted.

src/styles/bootstrap.scss

-53
This file was deleted.

src/styles/variables.scss

-2
This file was deleted.

0 commit comments

Comments
 (0)