- Replaced TaskSelector with TaskSelectorWithData to streamline task selection. - Updated TaskSelector to accept tasks as a prop, improving data handling. - Removed unnecessary API calls and loading states, simplifying the component's logic. - Added new sections to UIShowcaseClient for better component visibility.
13 lines
622 B
TypeScript
13 lines
622 B
TypeScript
export { AvatarSection } from './AvatarSection';
|
|
export { ButtonsSection } from './ButtonsSection';
|
|
export { BadgesSection } from './BadgesSection';
|
|
export { CardsSection } from './CardsSection';
|
|
export { FormsSection } from './FormsSection';
|
|
export { NavigationSection } from './NavigationSection';
|
|
export { FeedbackSection } from './FeedbackSection';
|
|
export { DataDisplaySection } from './DataDisplaySection';
|
|
export { DropdownsSection } from './DropdownsSection';
|
|
export { IconsSection } from './IconsSection';
|
|
export { TaskSelectorSection } from './TaskSelectorSection';
|
|
export { ToastSection } from './ToastSection';
|