mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-17 06:19:27 +08:00
Changed slices name to be more consistent throughout project
This commit is contained in:
parent
508e353fdb
commit
41a37fcb4b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
import { createSlice } from "@reduxjs/toolkit";
|
||||
|
||||
export const AuthSlice = createSlice({
|
||||
name: "Auth",
|
||||
name: "auth",
|
||||
initialState: {
|
||||
value: false,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue