refactoring

This commit is contained in:
ISA
2025-05-26 10:28:48 +02:00
parent 7c8a553235
commit c8d7fbe434
11 changed files with 11 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
// /redux/slices/database/poiTypSlice.js
// /redux/slices/database/pois/poiTypSlice.js
import { createSlice } from "@reduxjs/toolkit";
import { fetchPoiTypThunk } from "../../../thunks/database/pois/fetchPoiTypThunk";