diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-16 22:20:43 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-16 22:20:43 +0530 |
commit | f227adee3cff445288bdba66d369a451aa31b58e (patch) | |
tree | efa10970f366b9aa8628b5da656f17ec75b0a901 /src/styles/global.scss | |
parent | 034a41ad44144e79c1c58a3b4f8741ddf8d56f8c (diff) |
using useState to update array of items to be added in the invoice now
Diffstat (limited to 'src/styles/global.scss')
-rw-r--r-- | src/styles/global.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styles/global.scss b/src/styles/global.scss index a3727ec..d9ee9bb 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -20,3 +20,4 @@ body { width: 95%; } } + |