Skip to content

Commit 8ef4b0e

Browse files
committed
refactor: disable CImgLazy before rework
1 parent 2e6cc50 commit 8ef4b0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/image/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import CImg from './CImg'
2-
import CImgLazy from './CImgLazy'
2+
// import CImgLazy from './CImgLazy'
33

44
export {
55
CImg,
6-
CImgLazy
6+
// CImgLazy
77
}

0 commit comments

Comments
 (0)