Basic request body

This commit is contained in:
Kyle Shockey
2017-05-26 00:24:53 -07:00
parent 128b910d58
commit 032c0a027f
5 changed files with 51 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
import Markdown from "./markdown"
import parameters from "./parameters"
export default {
Markdown
Markdown,
parameters
}