mirror of
https://github.com/wassname/talk.git
synced 2026-07-24 13:20:47 +08:00
Styling
This commit is contained in:
@@ -2,7 +2,6 @@ import React from 'react';
|
||||
import cn from 'classnames';
|
||||
import styles from './Tooltip.css';
|
||||
import {t} from 'plugin-api/beta/client/services';
|
||||
import {Icon} from 'plugin-api/beta/client/components/ui';
|
||||
|
||||
export default ({className = '', children}) => (
|
||||
<div className={cn(styles.tooltip, className)}>
|
||||
|
||||
Reference in New Issue
Block a user