mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 13:46:30 +08:00
Merge pull request #681 from coralproject/fix-viewing-options
Use new import path for coral-ui
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user