mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 03:12:54 +03:00
c3bb7cb396
No Issue - Routes, views and controllers updated for about page - fix up tests and add redirect check
6 lines
121 B
JavaScript
6 lines
121 B
JavaScript
import BaseView from 'ghost/views/settings/content-base';
|
|
|
|
var AboutView = BaseView.extend();
|
|
|
|
export default AboutView;
|