We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c6687 commit 557969bCopy full SHA for 557969b
.prettierrc
@@ -0,0 +1,4 @@
1
+{
2
+ "tabWidth": 2,
3
+ "useTabs": false
4
+}
src/actions/navbarActions.ts
@@ -1,5 +1,4 @@
import { DropdownProps, ButtonProps } from "semantic-ui-react";
-import { emptyStatement } from "@babel/types";
export const CHANGE_ALGO = "CHANGE_ALGO";
5
export const START_VISUALIZATION = "START_VISUALIZATION";
@@ -56,5 +55,3 @@ export const handleClearGrid = (
56
55
payload: null
57
};
58
59
-
60
0 commit comments