From e78163b8c2bf887034d5aa29db2ba7e0ed56cdd4 Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Sun, 26 Jul 2020 08:00:18 +0200 Subject: [PATCH] Update index.ts --- web/src/components/softwareCloud/imgs/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/components/softwareCloud/imgs/index.ts b/web/src/components/softwareCloud/imgs/index.ts index 3b1e658fb..fefbccf39 100644 --- a/web/src/components/softwareCloud/imgs/index.ts +++ b/web/src/components/softwareCloud/imgs/index.ts @@ -39,6 +39,7 @@ import img39 from "./39-pfBlockerNG.png"; import img40 from "./40-Opera.png"; import img41 from "./41-Surge.png"; import img42 from "./42-dnscrypt-proxy.png"; +import img43 from "./43-SmartDNS.png"; export { img01, @@ -82,4 +83,5 @@ export { img40, img41, img42, + img43 };