UNPKG

102 BJavaScriptView Raw
1import directives from './directives'
2import ref from './ref'
3
4export default [
5 ref,
6 directives
7]