Skip to content

Commit

Permalink
Remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal authored Dec 22, 2023
1 parent 6c194f0 commit bb38560
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import _ from 'lodash';

// This module should be externalized
// import { store } from '@wordpress/interactivity';
const { store, getContext } = await import( '@wordpress/interactivity' );

store( _.identity( 'my-namespace' ), { state: 'is great' } );
Expand Down

0 comments on commit bb38560

Please sign in to comment.