anvil/striker-ui/components/Bars/index.tsx

5 lines
126 B
TypeScript
Raw Normal View History

import AllocationBar from './AllocationBar';
import ProgressBar from './ProgressBar';
export { AllocationBar, ProgressBar };