fix: provide svg assets through React app instead of relying on HTML (#4429)

* fix: provide svg assets through React app instead of relying on HTML

* fix stylistic inconsistencies in HTML assets
This commit is contained in:
kyle
2018-04-10 16:05:17 -07:00
committed by GitHub
parent 14473dd51d
commit dc7d7054bf
5 changed files with 139 additions and 158 deletions

View File

@@ -67,6 +67,7 @@ import Property from "core/components/property"
import TryItOutButton from "core/components/try-it-out-button"
import VersionStamp from "core/components/version-stamp"
import DeepLink from "core/components/deep-link"
import SvgAssets from "core/components/svg-assets"
import Markdown from "core/components/providers/markdown"
@@ -130,7 +131,8 @@ export default function() {
OperationContainer,
DeepLink,
InfoUrl,
InfoBasePath
InfoBasePath,
SvgAssets
}
}