5 lines
126 B
TypeScript
5 lines
126 B
TypeScript
import AllocationBar from './AllocationBar';
|
|
import ProgressBar from './ProgressBar';
|
|
|
|
export { AllocationBar, ProgressBar };
|