From 5823bdd477da16a6aa79594bacf6de099c8b8366 Mon Sep 17 00:00:00 2001 From: Christiantyemele Date: Wed, 6 Mar 2024 12:55:32 +0100 Subject: [PATCH] docs(useStorage): visual representation of usestorage docs --- docs/useStorage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/useStorage.md b/docs/useStorage.md index 64676afb..02e2e325 100644 --- a/docs/useStorage.md +++ b/docs/useStorage.md @@ -26,7 +26,7 @@ To conclude the react Context and useStorage helps our application to have reusa The flow is as shown ```mermaid -%%{init: {'theme': 'base', 'themeVariables': { 'componentBackground': '#EEEEEE', 'componentBorder': '#CCCCCC', 'componentTextColor': '#333333'}}}%% + graph TD; subgraph "ContextObject" contextobject[key = value]