We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da3d38 commit 0c17289Copy full SHA for 0c17289
packages/@react-spectrum/breadcrumbs/chromatic-fc/Breadcrumbs.stories.tsx
@@ -10,10 +10,12 @@
10
* governing permissions and limitations under the License.
11
*/
12
13
+import {Breadcrumbs} from '../';
14
import {Default as ChromaticDefault} from '../chromatic/Breadcrumbs.stories';
15
16
export default {
- title: 'Breadcrumbs'
17
+ title: 'Breadcrumbs',
18
+ component: Breadcrumbs
19
};
20
21
export const Default = {
0 commit comments