Skip to content

Commit 557969b

Browse files
author
Shawn Toubeau
committed
Removed unneeded import & adds prettierrc
1 parent 33c6687 commit 557969b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.prettierrc

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"tabWidth": 2,
3+
"useTabs": false
4+
}

src/actions/navbarActions.ts

-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { DropdownProps, ButtonProps } from "semantic-ui-react";
2-
import { emptyStatement } from "@babel/types";
32

43
export const CHANGE_ALGO = "CHANGE_ALGO";
54
export const START_VISUALIZATION = "START_VISUALIZATION";
@@ -56,5 +55,3 @@ export const handleClearGrid = (
5655
payload: null
5756
};
5857
};
59-
60-

0 commit comments

Comments
 (0)