mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
7 lines
172 B
JavaScript
7 lines
172 B
JavaScript
|
import CollectionRoute from '../collection';
|
||
|
|
||
|
export default class NewRoute extends CollectionRoute {
|
||
|
controllerName = 'collection';
|
||
|
templateName = 'collection';
|
||
|
}
|