Skip to content

Commit

Permalink
fix Cannot find module './data'
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Jun 12, 2020
1 parent fbfc34d commit 6d5eb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ListTableList/src/_mock.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// eslint-disable-next-line import/no-extraneous-dependencies
import { Request, Response } from 'express';
import { parse } from 'url';
import { TableListItem, TableListParams } from './data';
import { TableListItem, TableListParams } from './data.d';

// mock tableListDataSource
const genList = (current: number, pageSize: number) => {
Expand Down

0 comments on commit 6d5eb31

Please sign in to comment.