DSL to register when a component has passed an accessibility audit.
Example:
class MyComponent < ViewComponent::Base
include Primer::Audited::Dsl audited_at 'YYYY-MM-DD'
end