We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38c46c commit d0db523Copy full SHA for d0db523
app/src/components/App.tsx
@@ -8,7 +8,7 @@ import { saveProject } from '../helperFunctions/projectGetSaveDel';
8
import Cookies from 'js-cookie';
9
//redux toolkit addition
10
import { useSelector, useDispatch } from 'react-redux';
11
-import { setInitialState, toggleLoggedIn, configToggle } from '../redux/reducers/slice/appStateSlice';
+import { setInitialState, toggleLoggedIn} from '../redux/reducers/slice/appStateSlice';
12
13
import { RootState } from '../redux/store';
14
0 commit comments