3 lines
153 B
JavaScript
3 lines
153 B
JavaScript
export { default as statisticDark } from "./dark.mjs";
|
|
export { default as statisticLight } from "./light.mjs";
|
|
export { statisticRtl } from "./rtl.mjs"; |