Skip to content

Commit

Permalink
Removed unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pbking committed May 28, 2024
1 parent a43e9f8 commit d0e5c59
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/landing-page/landing-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
* WordPress dependencies
*/
import { sprintf, __ } from '@wordpress/i18n';
import {
useState,
useEffect,
createInterpolateElement,
} from '@wordpress/element';
import { useState, createInterpolateElement } from '@wordpress/element';
import { store as coreStore } from '@wordpress/core-data';
import { useSelect } from '@wordpress/data';
import {
Expand Down

0 comments on commit d0e5c59

Please sign in to comment.