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