// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
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`] = `
""
`;
exports[`Card > renders with ui correctly 1`] = `
"
"
`;
exports[`Card > renders with variant outline correctly 1`] = `
"
"
`;
exports[`Card > renders with variant soft correctly 1`] = `
"
"
`;
exports[`Card > renders with variant solid correctly 1`] = `
"
"
`;
exports[`Card > renders with variant subtle correctly 1`] = `
"
"
`;