10 lines
163 B
JavaScript
10 lines
163 B
JavaScript
import * as AST from "./ast"
|
|
import JumpToPath from "./jump-to-path"
|
|
|
|
export default function() {
|
|
return {
|
|
fn: { AST },
|
|
components: { JumpToPath }
|
|
}
|
|
}
|