wikijs-fork/client/js/constants/index.js

8 lines
111 B
JavaScript
Raw Normal View History

import GRAPHQL from './graphql'
2017-10-22 17:30:16 +00:00
import TELEMETRY from './telemetry'
export default {
2017-10-22 17:30:16 +00:00
GRAPHQL,
TELEMETRY
}