Skip to content

Commit

Permalink
refactor(CountDown): new count-down (#614)
Browse files Browse the repository at this point in the history
* refactor(CountDown): new count-down

* fix: fix cr
  • Loading branch information
anlyyao committed Apr 23, 2023
1 parent 7d8ac48 commit 59e44f3
Show file tree
Hide file tree
Showing 18 changed files with 2,002 additions and 1,024 deletions.
2 changes: 1 addition & 1 deletion src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export { DropdownMenu, DropdownItem } from './dropdown-menu';
export { Collapse, CollapsePanel } from './collapse';
export { Tabs, TabPanel } from './tabs';
export { Swiper, SwiperItem } from './swiper';
export { Countdown } from './count-down';
export { CountDown } from './count-down';
export { default as Avatar, AvatarGroup } from './avatar';
export { default as Image } from './image';
export { default as SwipeCell } from './swipe-cell';
Expand Down
Loading

0 comments on commit 59e44f3

Please sign in to comment.