* refactor: replace tremor with recharts * update tooltip * clean up types * replace tremor with recharts * replace BarList with recharts * replace ProgressBar * remove tremor from the repository * clean up * fix UserStatsTable * fix type error * add explicit return type
3 lines
100 B
TypeScript
3 lines
100 B
TypeScript
export { ProgressBar } from "./ProgressBar";
|
|
export type { ProgressBarProps } from "./ProgressBar";
|