createProjectMock.js 75 B

123456
  1. var Mock = require('mockjs')
  2. var data = Mock.mock(null)
  3. export {
  4. data
  5. }