Skip to content

Commit

Permalink
Merge pull request #681 from coralproject/fix-viewing-options
Browse files Browse the repository at this point in the history
Use new import path for coral-ui
  • Loading branch information
kgardnr authored Jun 15, 2017
2 parents fb910ef + a088827 commit 0bfd4f8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import React from 'react';
import cn from 'classnames';
import styles from './ViewingOptions.css';
import {Slot, Icon} from 'plugin-api/beta/client/components';
import {Slot} from 'plugin-api/beta/client/components';
import {Icon} from 'plugin-api/beta/client/components/ui';

const ViewingOptions = (props) => {
const toggleOpen = () => {
Expand Down

0 comments on commit 0bfd4f8

Please sign in to comment.