Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevillamartin committed Nov 18, 2023
1 parent d2a4597 commit 4295eff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions js/src/forum/components/ShareModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ import Modal from 'flarum/common/components/Modal';
import Button from 'flarum/common/components/Button';
import icon from 'flarum/common/helpers/icon';

import pupa from 'pupa';
import ItemList from 'flarum/common/utils/ItemList';
import { canNativeShare } from '../util/share';
import {getNetworkButton, getNetworkButtons} from '../util/networks';
import { getNetworkButtons } from '../util/networks';

export default class ShareModal extends Modal {
oninit(vdom) {
Expand Down

0 comments on commit 4295eff

Please sign in to comment.