mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-19 16:42:17 +03:00
7 lines
172 B
JavaScript
7 lines
172 B
JavaScript
|
import MentionsRoute from '../mentions';
|
||
|
|
||
|
export default class PostsMentionsRoute extends MentionsRoute {
|
||
|
controllerName = 'mentions';
|
||
|
templateName = 'mentions';
|
||
|
}
|