diff options
author | FrostyBiscuit <[email protected]> | 2025-02-16 13:04:17 +0100 |
---|---|---|
committer | FrostyBiscuit <[email protected]> | 2025-02-16 13:04:17 +0100 |
commit | d0e4dcc6ef057f4c680838d4f8ac8e099a166225 (patch) | |
tree | 103aae098272bee55b337e53e7436864a9cb8770 /shared/constants.js |
Initial push with version 0.1.1
Diffstat (limited to 'shared/constants.js')
-rw-r--r-- | shared/constants.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/constants.js b/shared/constants.js new file mode 100644 index 0000000..92eb2fd --- /dev/null +++ b/shared/constants.js @@ -0,0 +1 @@ +export const BROWSER_STORAGE_KEY = "transparentZenSettings";
\ No newline at end of file |