From 2b7da843cf1e4aa712133903e42f6d779c904f70 Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Thu, 10 Sep 2020 08:34:19 +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 49d56394e..d2294c03d 100644 --- a/web/src/components/softwareCloud/imgs/index.ts +++ b/web/src/components/softwareCloud/imgs/index.ts @@ -41,6 +41,7 @@ import img41 from "./41-Surge.png"; import img42 from "./42-dnscrypt-proxy.png"; import img43 from "./43-SmartDNS.png"; import img44 from "./44-AdGuard-for-WindowsMac.svg"; +import img45 from "./45-AdGuard-for-WindowsMac.svg"; export { img01, @@ -86,4 +87,5 @@ export { img42, img43, img44, + img45, };