From 0ea711c55221880342d1366f4b44f405615ced4a Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Wed, 5 Feb 2020 23:39:24 +0100 Subject: [PATCH] Update index.ts --- web/src/components/softwareCloud/imgs/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/src/components/softwareCloud/imgs/index.ts b/web/src/components/softwareCloud/imgs/index.ts index 2e263ced8..3fb1cb0c4 100644 --- a/web/src/components/softwareCloud/imgs/index.ts +++ b/web/src/components/softwareCloud/imgs/index.ts @@ -36,6 +36,7 @@ import img36 from "./36-ShadowsocksR.png"; import img37 from "./37-Shadowrocket.png"; import img38 from "./38-DNSRedirector.png"; import img39 from "./39-pfBlockerNG.png"; +import img40 from "./40-Opera.png"; export { img01, @@ -75,5 +76,6 @@ export { img36, img37, img38, - img39 + img39, + img40 };