Skip to content

Commit

Permalink
chore: remove unnecessary use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhooks committed Apr 11, 2023
1 parent e4f5897 commit 8ee8cb9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions wp-feature-notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,8 @@
* @package wp-feature-notifications
*/

use WP\Notifications;
use WP\Notifications\Channel_Registry;
use WP\Notifications\REST;

use function WP\Notifications\register_channel;

if ( ! defined( 'WP_NOTIFICATION_CENTER_PLUGIN_VERSION' ) ) {
define( 'WP_NOTIFICATION_CENTER_PLUGIN_VERSION', '0.0.1' );
}
Expand Down

0 comments on commit 8ee8cb9

Please sign in to comment.