Merge branch 'master' of github.com:swagger-api/swagger-ui

This commit is contained in:
Kyle Shockey
2017-03-19 18:25:42 -07:00
2 changed files with 10 additions and 2 deletions

View File

@@ -2,13 +2,11 @@ import StandaloneLayout from './layout'
import '../style/main.scss'
import TopbarPlugin from "plugins/topbar"
import ConfigsPlugin from "plugins/configs"
// the Standalone preset
let preset = [
TopbarPlugin,
ConfigsPlugin,
() => {
return {
components: { StandaloneLayout }