Remove unused import
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
ecaf3af364
commit
0256c34406
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import classNames from 'clsx';
|
|||
import React, { useEffect, useRef, useState } from 'react';
|
||||
import { HotKeys } from 'react-hotkeys';
|
||||
import { useIntl, FormattedMessage, defineMessages } from 'react-intl';
|
||||
import { Link, NavLink, useHistory } from 'react-router-dom';
|
||||
import { NavLink, useHistory } from 'react-router-dom';
|
||||
|
||||
import { mentionCompose, replyCompose } from 'soapbox/actions/compose';
|
||||
import { toggleFavourite, toggleReblog } from 'soapbox/actions/interactions';
|
||||
|
|
Loading…
Reference in a new issue