Skip to content

Commit

Permalink
Fix TS import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Oct 31, 2023
1 parent a1cf7e3 commit de219e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript_test/test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable no-use-before-define */

import type { AnyFunction, ExtractMemoizerFields } from '@internal/types'
import type { AnyFunction, ExtractMemoizerFields } from '../src/types'

Check failure on line 3 in typescript_test/test.ts

View workflow job for this annotation

GitHub Actions / Test Types with TypeScript 4.7

Cannot find module '../src/types' or its corresponding type declarations.

Check failure on line 3 in typescript_test/test.ts

View workflow job for this annotation

GitHub Actions / Test Types with TypeScript 4.8

Cannot find module '../src/types' or its corresponding type declarations.

Check failure on line 3 in typescript_test/test.ts

View workflow job for this annotation

GitHub Actions / Test Types with TypeScript 4.9

Cannot find module '../src/types' or its corresponding type declarations.

Check failure on line 3 in typescript_test/test.ts

View workflow job for this annotation

GitHub Actions / Test Types with TypeScript 5.0

Cannot find module '../src/types' or its corresponding type declarations.

Check failure on line 3 in typescript_test/test.ts

View workflow job for this annotation

GitHub Actions / Test Types with TypeScript 5.1

Cannot find module '../src/types' or its corresponding type declarations.

Check failure on line 3 in typescript_test/test.ts

View workflow job for this annotation

GitHub Actions / Test Types with TypeScript 5.2

Cannot find module '../src/types' or its corresponding type declarations.
import { configureStore, createSlice } from '@reduxjs/toolkit'
import { createApi, fetchBaseQuery } from '@reduxjs/toolkit/query/react'
import { groupBy, isEqual } from 'lodash'
Expand Down

0 comments on commit de219e1

Please sign in to comment.