refactoring
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { createSlice } from "@reduxjs/toolkit";
|
||||
import { addPoiThunk } from "../../thunks/database/addPoiThunk";
|
||||
import { addPoiThunk } from "../../thunks/database/pois/addPoiThunk";
|
||||
|
||||
const initialState = {
|
||||
status: "idle", // idle | loading | succeeded | failed
|
||||
|
||||
Reference in New Issue
Block a user