gitlab-org--gitlab-foss/app/assets/javascripts/notebook/cells/index.js
Phil Hughes 4755f6066b Moved NotebookLab assets into repo
Moved all the notebooklab assets into the GitLab repo
2017-04-11 18:50:21 +01:00

2 lines
108 B
JavaScript

export { default as MarkdownCell } from './markdown.vue';
export { default as CodeCell } from './code.vue';