mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
import order
This commit is contained in:
parent
65bad44c2b
commit
6987348062
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
|||
import { IsNull } from 'typeorm';
|
||||
import config from '@/config/index.js';
|
||||
import { NoteReaction } from '@/models/entities/note-reaction.js';
|
||||
import { Note } from '@/models/entities/note.js';
|
||||
import { Emojis } from '@/models/index.js';
|
||||
import { IsNull } from 'typeorm';
|
||||
import renderEmoji from './emoji.js';
|
||||
|
||||
export const renderLike = async (noteReaction: NoteReaction, note: Note) => {
|
||||
|
|
Loading…
Reference in a new issue