mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 22:02:11 +03:00
4 lines
143 B
JavaScript
4 lines
143 B
JavaScript
|
import AuthenticatedRoute from 'ghost-admin/routes/authenticated';
|
||
|
|
||
|
export default class PostAnalyticsSpikeRoute extends AuthenticatedRoute {}
|