Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Aug 14, 2024
1 parent 5f62c1b commit 9e54a60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/api/createApi.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import { createApi as _createApi, fetchBaseQuery } from "@reduxjs/toolkit/query"
import {
createApi as _createApi,
fetchBaseQuery,
} from "@reduxjs/toolkit/query/react"

import { SERVICE_API_URL } from "../env"
import { getCsrfCookie, logout } from "../utils/auth"
Expand Down

0 comments on commit 9e54a60

Please sign in to comment.