swagger-api/swagger-editor

View on GitHub
src/plugins/jump-to-path/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import spec from "./spec"
import JumpToPath from "./jump-to-path"

export default function JumpToPathPlugin() {
  return [
    spec,
    {
      components: {
        JumpToPath
      },
    }
  ]
}