<?php

namespace Filament\Forms\Components;

/**
 * @deprecated Use `Section` with an empty heading instead.
 */
class Card extends Section
{
}
