Changed slices name to be more consistent throughout project

This commit is contained in:
Keannu Bernasol 2023-11-19 16:11:12 +08:00
parent 508e353fdb
commit 41a37fcb4b

View file

@ -2,7 +2,7 @@
import { createSlice } from "@reduxjs/toolkit";
export const AuthSlice = createSlice({
name: "Auth",
name: "auth",
initialState: {
value: false,
},