Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
fjosue4 committed Jan 24, 2024
1 parent 417063c commit f26482d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/user/dispatchers.user.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createAsyncThunk } from '@reduxjs/toolkit'
import { textResponse } from 'types/responses'
import { RootState } from '..'
import { textResponse } from '../../types/responses'

export const generateTextContent = createAsyncThunk(
'user/generateTextContent',
Expand Down

0 comments on commit f26482d

Please sign in to comment.