diff options
author | Kyryl <91323838+kirizdev@users.noreply.github.com> | 2023-02-13 18:54:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-13 18:54:40 +0000 |
commit | f94d79229f06e1a0befda43f6db7e9b56606fc28 (patch) | |
tree | 75329eab7c500f0f73d06ddc47e0d90a76ae73ae /src/pages/options/index.js | |
parent | Refactor createList function (diff) | |
download | libredirect-f94d79229f06e1a0befda43f6db7e9b56606fc28.zip |
Remove unused import
Diffstat (limited to 'src/pages/options/index.js')
-rw-r--r-- | src/pages/options/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pages/options/index.js b/src/pages/options/index.js index 3f37d829..2cb28bd8 100644 --- a/src/pages/options/index.js +++ b/src/pages/options/index.js @@ -1,5 +1,4 @@ import utils from "../../assets/javascripts/utils.js" -import localise from "../../assets/javascripts/localise.js" let config, options, |