for example a file that looks like ```js // 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.
for example a file that looks like
will try to include both
colorsandDropdownin the codesandbox when onlyDropdownis being used.