mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
fixed linter error
This commit is contained in:
parent
bddb895189
commit
b285115a3e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import { FC } from 'react';
|
||||
import { Button, Dropdown, Menu } from 'antd';
|
||||
import { DashOutlined, EllipsisOutlined } from '@ant-design/icons';
|
||||
import { EllipsisOutlined } from '@ant-design/icons';
|
||||
import styles from './ActionButtonMenu.module.scss';
|
||||
import { ExternalAction } from '../../../interfaces/external-action';
|
||||
|
||||
|
|
Loading…
Reference in a new issue