Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Interface: Remove leftover comment
  • Loading branch information
Mamaduka committed Aug 25, 2025
commit 6ff407b19364aea57e73e774dda8db977893bd40
3 changes: 0 additions & 3 deletions packages/interface/src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,4 @@ export const store = createReduxStore( STORE_NAME, {
actions,
selectors,
} );

// Once we build a more generic persistence plugin that works across types of stores
// we'd be able to replace this with a register call.
register( store );
Loading