Skip to content

Commit

Permalink
fix: removed duplication of components names in imports (#2408)
Browse files Browse the repository at this point in the history
  • Loading branch information
anjali29singh authored Jul 19, 2023
1 parent 2da7182 commit abaf527
Show file tree
Hide file tree
Showing 54 changed files with 53 additions and 53 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
106 changes: 53 additions & 53 deletions src/index.scss
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
@import "./ActionRow/ActionRow";
@import "./Alert/Alert";
@import "./Annotation/Annotation";
@import "./Avatar/Avatar";
@import "./AvatarButton/AvatarButton";
@import "./Badge/Badge";
@import "./Breadcrumb/Breadcrumb";
@import "./Button/Button";
@import "./Card/Card";
@import "./Carousel/Carousel";
@import "./Collapsible/Collapsible";
@import "./CloseButton/CloseButton";
@import "./Chip/Chip";
@import "./Code/Code";
@import "./Dropdown/Dropdown";
@import "./Fieldset/Fieldset";
@import "./Figure/Figure";
@import "./Form/Form";
@import "./Hyperlink/Hyperlink";
@import "./Icon/Icon";
@import "./Image/Image";
@import "./Media/Media";
@import "./Menu/Menu";
@import "./Modal/Modal";
@import "./Nav/Nav";
@import "./Navbar/Navbar";
@import "./PageBanner/PageBanner";
@import "./Pagination/Pagination";
@import "./Popover/Popover";
@import "./ProgressBar/ProgressBar";
@import "./OverflowScroll/OverflowScroll";
@import "./SearchField/SearchField";
@import "./Scrollable/Scrollable";
@import "./Sheet/Sheet";
@import "./Skeleton/Skeleton";
@import "./Spinner/Spinner";
@import "./Stepper/Stepper";
@import "./StatefulButton/StatefulButton";
@import "./Table/Table";
@import "./Tooltip/Tooltip";
@import "./DataTable/DataTable";
@import "./TransitionReplace/TransitionReplace";
@import "./ValidationMessage/ValidationMessage";
@import "./ActionRow";
@import "./Alert";
@import "./Annotation";
@import "./Avatar";
@import "./AvatarButton";
@import "./Badge";
@import "./Breadcrumb";
@import "./Button";
@import "./Card";
@import "./Carousel";
@import "./Collapsible";
@import "./CloseButton";
@import "./Chip";
@import "./Code";
@import "./Dropdown";
@import "./Fieldset";
@import "./Figure";
@import "./Form";
@import "./Hyperlink";
@import "./Icon";
@import "./Image";
@import "./Media";
@import "./Menu";
@import "./Modal";
@import "./Nav";
@import "./Navbar";
@import "./PageBanner";
@import "./Pagination";
@import "./Popover";
@import "./ProgressBar";
@import "./OverflowScroll";
@import "./SearchField";
@import "./Scrollable";
@import "./Sheet";
@import "./Skeleton";
@import "./Spinner";
@import "./Stepper";
@import "./StatefulButton";
@import "./Table";
@import "./Tooltip";
@import "./DataTable";
@import "./TransitionReplace";
@import "./ValidationMessage";
@import "./Tabs/deprecated/Tabs";
@import "./IconButton/IconButton";
@import "./IconButtonToggle/IconButtonToggle";
@import "./Toast/Toast";
@import "./IconButton";
@import "./IconButtonToggle";
@import "./Toast";
@import "./Toast/ToastContainer";
@import "./SelectableBox/SelectableBox";
@import "./SelectableBox";
@import "./ProductTour/Checkpoint";
@import "./Sticky/Sticky";
@import "./Stack/Stack";
@import "./Bubble/Bubble";
@import "./Tabs/Tabs";
@import "./Dropzone/Dropzone";
@import "./ColorPicker/ColorPicker";
@import "./Sticky";
@import "./Stack";
@import "./Bubble";
@import "./Tabs";
@import "./Dropzone";
@import "./ColorPicker";

0 comments on commit abaf527

Please sign in to comment.