mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 18:31:57 +03:00
6 lines
131 B
JavaScript
6 lines
131 B
JavaScript
|
import ExploreRoute from './index';
|
||
|
|
||
|
export default class ExploreSubRoute extends ExploreRoute {
|
||
|
controllerName = 'explore';
|
||
|
}
|