-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: removed duplication of components names in imports (#2408)
- Loading branch information
1 parent
2da7182
commit abaf527
Showing
54 changed files
with
53 additions
and
53 deletions.
There are no files selected for viewing
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; |