We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
for example a file that looks like
// import colors from '../colors'; import Dropdown from '../Dropdown';
will try to include both colors and Dropdown in the codesandbox when only Dropdown is being used.
colors
Dropdown