Remove unused use statement

This commit is contained in:
Keegan Rankin 2023-08-30 12:31:53 -07:00
parent 1dbe93480c
commit bb9f5548f2

View file

@ -3,7 +3,6 @@
use Drupal\block\Entity\Block;
use Drupal\Core\Entity\EntityInterface;
use Drupal\Core\Url;
use Drupal\node\Entity\Node;
/**
* Implements hook_preprocess_node() for NODE document templates.