Skip to content

Commit

Permalink
Add a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
techanvil committed Feb 19, 2025
1 parent b82a3e3 commit 8699cc7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ import { registerPlugin } from '@wordpress-core/plugins';
import Data, { dispatch, select, resolveSelect } from 'googlesitekit-data';
import { CORE_MODULES } from './googlesitekit/modules/datastore/constants';
import { MODULES_READER_REVENUE_MANAGER } from './modules/reader-revenue-manager/datastore/constants';
// We need to import `registerStore` from `./modules/reader-revenue-manager/datastore` rather than `./modules/reader-revenue-manager`
// to avoid pulling in all the other modules imported in the top-level RRM module.
import { registerStore } from './modules/reader-revenue-manager/datastore';
import GoogleLogoIcon from '../svg/graphics/logo-g.svg';

Expand Down

0 comments on commit 8699cc7

Please sign in to comment.