🚧 Initial store-module for common details

This commit is contained in:
Philipp Stracker 2024-11-18 18:58:54 +01:00
parent ef873dcda2
commit 0f03a636b2
No known key found for this signature in database
10 changed files with 308 additions and 1 deletions

View file

@ -0,0 +1,9 @@
/**
* Hooks: Provide the main API for components to interact with the store.
*
* These encapsulate store interactions, offering a consistent interface.
* Hooks simplify data access and manipulation for components.
* Exported hooks must have unique names across all store modules.
*
* @file
*/