// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Breadcrumb > renders with class correctly 1`] = `
"
"
`;
exports[`Breadcrumb > renders with custom slot correctly 1`] = `
""
`;
exports[`Breadcrumb > renders with item slot correctly 1`] = `
""
`;
exports[`Breadcrumb > renders with item-label slot correctly 1`] = `
""
`;
exports[`Breadcrumb > renders with item-leading slot correctly 1`] = `
""
`;
exports[`Breadcrumb > renders with item-trailing slot correctly 1`] = `
""
`;
exports[`Breadcrumb > renders with items correctly 1`] = `
""
`;
exports[`Breadcrumb > renders with separator slot correctly 1`] = `
""
`;
exports[`Breadcrumb > renders with separatorIcon correctly 1`] = `
""
`;
exports[`Breadcrumb > renders with ui correctly 1`] = `
""
`;