summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/lib/schemas/index.js
blob: 38a2f81921b5e1df2ccd24cb3ebab4d06e113d0a (plain)
1
2
3
4
import json from './json';
import yaml from './yaml';

export default [json, yaml];