diff --git a/core/modules/settings_tray/settings_tray.module b/core/modules/settings_tray/settings_tray.module index 3135a0ce85..2bcd445d58 100644 --- a/core/modules/settings_tray/settings_tray.module +++ b/core/modules/settings_tray/settings_tray.module @@ -9,12 +9,10 @@ use Drupal\Core\Routing\RouteMatchInterface; use Drupal\Core\Url; use Drupal\settings_tray\Block\BlockEntityOffCanvasForm; -use \Drupal\settings_tray\Form\BlockFormWithRelatedConfigInterface; use Drupal\settings_tray\Form\SystemBrandingOffCanvasForm; use Drupal\settings_tray\Form\SystemMenuOffCanvasForm; use Drupal\block\BlockInterface; use Drupal\block\Entity\Block; -use \Drupal\Core\Plugin\PluginWithFormsInterface; /** * Implements hook_help().