Skip to content

Commit

Permalink
Quick fixes
Browse files Browse the repository at this point in the history
Changes to be committed:
	modified:   client/src/routes.js
	modified:   client/src/slices/accountSlice.js
  • Loading branch information
HadleyKing committed May 14, 2024
1 parent 41cb532 commit f301480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/src/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
5 changes: 1 addition & 4 deletions client/src/slices/accountSlice.js
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,4 @@ export const accountSlice = createSlice({
},
});

export const accountReducer = accountSlice.reducer
export const {
expiredJWT,
} = accountSlice.actions
export const accountReducer = accountSlice.reducer;

0 comments on commit f301480

Please sign in to comment.