Add BaseLayout to core

This commit is contained in:
Kyle Shockey
2017-04-14 18:38:59 -07:00
parent de92f8deb4
commit cf80839d11
3 changed files with 96 additions and 1 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 BaseLayout from "core/components/layouts/base"
import * as LayoutUtils from "core/components/layout-utils"
import * as JsonSchemaComponents from "core/json-schema-components"
@@ -87,6 +89,7 @@ export default function() {
model: Model,
models: Models,
TryItOutButton,
BaseLayout
}
}