mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
c3bb7cb396
No Issue - Routes, views and controllers updated for about page - fix up tests and add redirect check
5 lines
121 B
JavaScript
5 lines
121 B
JavaScript
import BaseView from 'ghost/views/settings/content-base';
|
|
|
|
var AboutView = BaseView.extend();
|
|
|
|
export default AboutView;
|