mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-23 04:23:35 +00:00
Introduce renderers directory
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import getPostSummary from '../../../../get-post-summary';
|
||||
import getReactionEmoji from '../../../../get-reaction-emoji';
|
||||
import getPostSummary from '../../../../renderers/get-post-summary';
|
||||
import getReactionEmoji from '../../../../renderers/get-reaction-emoji';
|
||||
|
||||
type Notification = {
|
||||
title: string;
|
||||
|
||||
Reference in New Issue
Block a user