Create providers directory; Markdown provider

This commit is contained in:
Kyle Shockey
2017-05-18 17:03:58 -07:00
parent 60934107d3
commit 3b62a93bb6
4 changed files with 19 additions and 3 deletions

View File

@@ -46,6 +46,8 @@ import Model from "core/components/model"
import Models from "core/components/models"
import TryItOutButton from "core/components/try-it-out-button"
import Markdown from "core/components/providers/markdown"
import BaseLayout from "core/components/layouts/base"
import * as LayoutUtils from "core/components/layout-utils"
@@ -89,6 +91,7 @@ export default function() {
model: Model,
models: Models,
TryItOutButton,
Markdown,
BaseLayout
}
}