mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
missing ;
This commit is contained in:
parent
9b9aee9783
commit
6199f7a0bf
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ import extractMentions from '../../misc/extract-mentions';
|
|||
import getAcct from '../../misc/acct/render';
|
||||
import { formatTimeString } from '../../misc/format-time-string';
|
||||
import { selectDriveFile } from '../scripts/select-drive-file';
|
||||
import { noteVisibilities } from '../../types'
|
||||
import { noteVisibilities } from '../../types';
|
||||
|
||||
export default Vue.extend({
|
||||
components: {
|
||||
|
|
Loading…
Reference in a new issue