競合解決ミスを修正
This commit is contained in:
parent
4ce2bbf823
commit
588e60b762
@ -2,9 +2,7 @@ import { createSlice } from "@reduxjs/toolkit";
|
||||
import { LoginState } from "./state";
|
||||
|
||||
const initialState: LoginState = {
|
||||
apps: {
|
||||
loadState: "Loading",
|
||||
},
|
||||
apps: {},
|
||||
};
|
||||
|
||||
export const loginSlice = createSlice({
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
import { RootState } from "app/store";
|
||||
|
||||
export const selectLoadState = (state: RootState) => state.login.apps.loadState;
|
||||
@ -1 +0,0 @@
|
||||
export type LoadState = "Loading" | "Loaded" | "LoadError";
|
||||
Loading…
x
Reference in New Issue
Block a user