From f3014800c40a587aef9f98c93a0400cc8c9db52c Mon Sep 17 00:00:00 2001 From: hadleyking Date: Mon, 13 May 2024 21:53:22 -0400 Subject: [PATCH] Quick fixes Changes to be committed: modified: client/src/routes.js modified: client/src/slices/accountSlice.js --- client/src/routes.js | 2 +- client/src/slices/accountSlice.js | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/client/src/routes.js b/client/src/routes.js index 3f9cdd92..2f0cfbe3 100644 --- a/client/src/routes.js +++ b/client/src/routes.js @@ -2,8 +2,8 @@ import React, { useEffect } from "react"; import { useRoutes, Navigate, useNavigate } from "react-router-dom"; import { useDispatch, useSelector } from "react-redux"; -import AccountPage from "./components/account"; import About from "./pages/About.js"; +import AccountPage from "./components/account"; import BcoDbs from "./pages/Bcodbs.js"; import BcoViewer from "./components/viewer"; import BuilderColorCode from "./components/builder"; diff --git a/client/src/slices/accountSlice.js b/client/src/slices/accountSlice.js index 39864e85..358b6880 100644 --- a/client/src/slices/accountSlice.js +++ b/client/src/slices/accountSlice.js @@ -467,7 +467,4 @@ export const accountSlice = createSlice({ }, }); -export const accountReducer = accountSlice.reducer -export const { - expiredJWT, -} = accountSlice.actions +export const accountReducer = accountSlice.reducer;