<?php

namespace Filament\Actions;

class ImportAction extends Action
{
    use Concerns\CanImportRecords;
}
