mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
d446ad84ea
Closes #4807
6 lines
150 B
JavaScript
6 lines
150 B
JavaScript
import BaseView from 'ghost/views/settings/content-base';
|
|
|
|
var SettingsNavigationView = BaseView.extend({
|
|
});
|
|
|
|
export default SettingsNavigationView;
|