Skip to content

Commit

Permalink
Fix/build/error (#2465)
Browse files Browse the repository at this point in the history
* fix: 修复 usePrevious 报错

* fix: 修复文件引入报错
  • Loading branch information
honkinglin authored Aug 24, 2023
1 parent ee7b7cb commit 446a9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/image-viewer/ImageViewerMini.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { KeyboardEvent, MouseEvent } from 'react';
import { TNode } from 'tdesign-react/common';
import { TNode } from '../common';
import Dialog from '../dialog';
import { ImageInfo, ImageScale, ImageViewerScale } from './type';
import { ImageModelItem, ImageViewerUtils } from './ImageViewerModel';
Expand Down

0 comments on commit 446a9b3

Please sign in to comment.