import Category, { CategoryProps } from './Category';
export { CategoryProps };
export default Category;
