Remove unused imports (#12730)
This commit is contained in:
parent
b2254a66d3
commit
c92508a575
85 changed files with 64 additions and 141 deletions
|
|
@ -34,7 +34,6 @@ import MkMediaList from '@/components/MkMediaList.vue';
|
|||
import MkPoll from '@/components/MkPoll.vue';
|
||||
import * as os from '@/os.js';
|
||||
import { getScrollContainer } from '@/scripts/scroll.js';
|
||||
import { $i } from '@/account.js';
|
||||
|
||||
const notes = ref<Misskey.entities.Note[]>([]);
|
||||
const isScrolling = ref(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue