first commit
This commit is contained in:
8
frontend/node_modules/antd/es/statistic/index.js
generated
vendored
Normal file
8
frontend/node_modules/antd/es/statistic/index.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
"use client";
|
||||
|
||||
import Countdown from './Countdown';
|
||||
import Statistic from './Statistic';
|
||||
import Timer from './Timer';
|
||||
Statistic.Timer = Timer;
|
||||
Statistic.Countdown = Countdown;
|
||||
export default Statistic;
|
||||
Reference in New Issue
Block a user