Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit b5589a7

Browse files
committed
Update that private import path
1 parent 5d98875 commit b5589a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/controllers/emoji-reactions-controller.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import {shallow} from 'enzyme';
3-
import {create as createRecord} from 'relay-runtime/lib/RelayModernRecord';
3+
import {create as createRecord} from 'relay-runtime/lib/store/RelayModernRecord';
44

55
import {BareEmojiReactionsController} from '../../lib/controllers/emoji-reactions-controller';
66
import EmojiReactionsView from '../../lib/views/emoji-reactions-view';

0 commit comments

Comments
 (0)