Skip to content

Commit 21a625d

Browse files
committed
Resolve conflicts
1 parent 4101889 commit 21a625d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/SendbirdProvider.migration.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import React from 'react';
33
import { render, renderHook, screen } from '@testing-library/react';
44
import SendbirdProvider, { SendbirdProviderProps } from './Sendbird';
5-
import useSendbirdStateContext from '../hooks/useSendbirdStateContext';
5+
import useSendbirdStateContext from './Sendbird/context/hooks/useSendbirdStateContext';
66
import { match } from 'ts-pattern';
77
import { DEFAULT_MULTIPLE_FILES_MESSAGE_LIMIT, DEFAULT_UPLOAD_SIZE_LIMIT } from '../utils/consts';
88

0 commit comments

Comments
 (0)