Move Slot and withReaction to beta

This commit is contained in:
Chi Vinh Le
2017-06-08 00:42:21 +07:00
parent 66e4f02a1a
commit 06858bf071
6 changed files with 4 additions and 4 deletions
@@ -0,0 +1 @@
export {Slot} from 'coral-framework/components';
+1
View File
@@ -0,0 +1 @@
export {withReaction} from 'coral-framework/hocs';
-1
View File
@@ -1 +0,0 @@
export {Slot} from 'coral-framework/components';
-1
View File
@@ -1 +0,0 @@
export {withReaction} from 'coral-framework/hocs';
@@ -2,7 +2,7 @@ import React from 'react';
import {Icon} from 'coral-ui';
import styles from './styles.css';
import t from 'coral-framework/services/i18n';
import {withReaction} from 'coral-plugin-api';
import {withReaction} from 'plugin-api/beta/client/hocs';
class LoveButton extends React.Component {
handleClick = () => {
@@ -2,7 +2,7 @@ import React from 'react';
import cn from 'classnames';
import {Icon} from 'coral-ui';
import styles from './ViewingOptions.css';
import {Slot} from 'plugin-api/client/components';
import {Slot} from 'plugin-api/beta/client/components';
const ViewingOptions = (props) => {
const toggleOpen = () => {