// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Carousel > renders with arrows correctly 1`] = `
"
"
`;
exports[`Carousel > renders with as correctly 1`] = `
""
`;
exports[`Carousel > renders with class correctly 1`] = `
""
`;
exports[`Carousel > renders with dots correctly 1`] = `
""
`;
exports[`Carousel > renders with items correctly 1`] = `
""
`;
exports[`Carousel > renders with next correctly 1`] = `
""
`;
exports[`Carousel > renders with nextIcon correctly 1`] = `
""
`;
exports[`Carousel > renders with orientation vertical correctly 1`] = `
""
`;
exports[`Carousel > renders with prev correctly 1`] = `
""
`;
exports[`Carousel > renders with prevIcon correctly 1`] = `
""
`;
exports[`Carousel > renders with ui correctly 1`] = `
""
`;