Skip to content

Commit

Permalink
chore(#337): temporarily removed DruxtStore
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Nov 21, 2024
1 parent 3f23e2b commit 44f3551
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/druxt/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ export { DruxtClient } from './client'
* @name DruxtStore
* @see {@link /api/packages/druxt/stores/druxt|DruxtStore}
*/
export { DruxtStore } from './stores/druxt'
// @TODO - Re-implement the DruxtStore to work with Vuex or Pinia depending.
// export { DruxtStore } from './stores/druxt'

/**
* Default function to alert user to incorrectly installed module.
Expand Down

0 comments on commit 44f3551

Please sign in to comment.