Files
standardnotes-app-web/app/assets/javascripts/controllers/index.js
2020-03-23 19:59:55 -05:00

7 lines
287 B
JavaScript

export { PureCtrl } from './abstract/pure_ctrl';
export { EditorPanel } from './editor';
export { Footer } from './footer';
export { NotesPanel } from './notes/notes';
export { TagsPanel } from './tags';
export { Root } from './root';
export { ApplicationView } from './applicationView';