Skip to content

Commit 0fc26b5

Browse files
committed
Remove unused declarations
1 parent 84953b9 commit 0fc26b5

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/components/Main.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,15 @@ import { FlexboxGrid, Divider } from "rsuite";
44

55
let styleObj = {
66
display: "block",
7-
height: "40px"
7+
height: "40px",
88
};
99

10-
const variantTypes = ["", "outline", "text"];
11-
const colorTypes = ["default", "primary", "danger", "secondary"];
12-
const sizeTypes = ["xs", "sm", "md", "lg"];
13-
const startIconTypes = ["home", "bookmarks", "bolt", "book"];
14-
const endIconTypes = ["toys", "whatshot", "weekend", "vignette"];
15-
1610
const types = {
1711
color: ["default", "primary", "danger", "secondary"],
1812
size: ["xs", "sm", "md", "lg"],
1913
variant: ["", "outline", "bold", "text"],
2014
startIcon: ["home", "bookmarks", "bolt", "book"],
21-
endIcon: ["toys", "whatshot", "weekend", "vignette"]
15+
endIcon: ["toys", "whatshot", "weekend", "vignette"],
2216
};
2317

2418
const Main = () => {

0 commit comments

Comments
 (0)