chore: Use kebab-case for file names

This commit is contained in:
syuilo
2020-04-26 11:48:09 +09:00
parent 9aac6a65c6
commit 69975c2fdd
8 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ import { ensure } from '../../prelude/ensure';
import { SchemaType } from '../../misc/schema';
import { awaitAll } from '../../prelude/await-all';
import { convertLegacyReaction, convertLegacyReactions, decodeReaction } from '../../misc/reaction-lib';
import { toString } from '../../mfm/toString';
import { toString } from '../../mfm/to-string';
import { parse } from '../../mfm/parse';
import { Emoji } from '../entities/emoji';
import { concat } from '../../prelude/array';