Files

5 lines
136 B
JavaScript
Raw Normal View History

import fun from './funMixin.js'
import sendReq from './sendReqMixin.js'
export const funMixin = fun
export const sendReqMixin = sendReq