diff options
| author | adlyq <[email protected]> | 2022-11-03 13:44:02 +0800 |
|---|---|---|
| committer | adlyq <[email protected]> | 2022-11-03 13:44:17 +0800 |
| commit | b396ce2d4195c2a24fdbb270e49afcb714527459 (patch) | |
| tree | 5406e8d1463f910b73defa4a3ad98370d481fa59 /src/components | |
| parent | c539d5915023ed99bf0235701d884fa4b02589ec (diff) | |
empty commit
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Logs.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Logs.tsx b/src/components/Logs.tsx index 41aa712..6ddceac 100644 --- a/src/components/Logs.tsx +++ b/src/components/Logs.tsx @@ -25,6 +25,7 @@ const colors = { error: '#c11c1c', }; + const logTypes = { debug: 'debug', info: 'info', |
