Skip to content

Commit

Permalink
use statement sorted in the includes/form.inc file
Browse files Browse the repository at this point in the history
  • Loading branch information
shishir-intelli committed Sep 24, 2024
1 parent 73290c2 commit ba83569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/custom/apigee_kickstart/includes/form.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
* Theme and preprocess functions for forms.
*/

use Drupal\apigee_m10n_add_credit\AddCreditConfig;
use Drupal\Component\Utility\Html;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Link;
use Drupal\Core\StringTranslation\TranslatableMarkup;
use Drupal\Core\Url;
use Drupal\apigee_m10n_add_credit\AddCreditConfig;

/**
* Implements hook_theme_suggestions_HOOK_alter().
Expand Down

0 comments on commit ba83569

Please sign in to comment.