1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-27 22:38:42 +09:00

fix: build

This commit is contained in:
Noa Himesaka 2024-08-24 23:05:38 +09:00
parent 744e0709d4
commit 28899f8c3e
2 changed files with 0 additions and 4 deletions

View File

@ -27,8 +27,6 @@ import {
unbookmark,
pin,
unpin,
addReaction,
removeReaction,
} from '../actions/interactions';
import { openModal } from '../actions/modal';
import { initMuteModal } from '../actions/mutes';

View File

@ -45,8 +45,6 @@ import {
toggleReblog,
pin,
unpin,
addReaction,
removeReaction,
} from '../../actions/interactions';
import { openModal } from '../../actions/modal';
import { initMuteModal } from '../../actions/mutes';