// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Card > renders basic case correctly 1`] = `
"
"
`;
exports[`Card > renders with as correctly 1`] = `
""
`;
exports[`Card > renders with class correctly 1`] = `
"
"
`;
exports[`Card > renders with default slot correctly 1`] = `
""
`;
exports[`Card > renders with footer slot correctly 1`] = `
""
`;
exports[`Card > renders with header slot correctly 1`] = `
""
`;