mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 09:09:21 -05:00
brought back use_storage in book
This commit is contained in:
parent
b26459986e
commit
8199d19e92
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
- [use_local_storage](storage/use_local_storage.md)
|
- [use_local_storage](storage/use_local_storage.md)
|
||||||
- [use_session_storage](storage/use_session_storage.md)
|
- [use_session_storage](storage/use_session_storage.md)
|
||||||
- [use_storage_with_options](storage/use_storage_with_options.md)
|
- [use_storage](storage/use_storage.md)
|
||||||
|
|
||||||
# Elements
|
# Elements
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# use_storage_with_options
|
# use_storage
|
||||||
|
|
||||||
<!-- cmdrun python3 ../extract_doc_comment.py storage/use_storage_with_options -->
|
<!-- cmdrun python3 ../extract_doc_comment.py storage/use_storage -->
|
Loading…
Add table
Reference in a new issue