From 38399d31475d664f372793c30ca839f9c7d288eb Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Sat, 23 Nov 2019 19:39:24 +0100 Subject: [PATCH] Update index.ts --- .../src/components/softwareCloud/imgs/index.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/FilterLists.Web/src/components/softwareCloud/imgs/index.ts b/src/FilterLists.Web/src/components/softwareCloud/imgs/index.ts index b08d560e2..2e263ced8 100644 --- a/src/FilterLists.Web/src/components/softwareCloud/imgs/index.ts +++ b/src/FilterLists.Web/src/components/softwareCloud/imgs/index.ts @@ -34,6 +34,8 @@ import img34 from "./34-Windows-command-line.png"; import img35 from "./35-Shadowsocks.png"; import img36 from "./36-ShadowsocksR.png"; import img37 from "./37-Shadowrocket.png"; +import img38 from "./38-DNSRedirector.png"; +import img39 from "./39-pfBlockerNG.png"; export { img01, @@ -71,5 +73,7 @@ export { img34, img35, img36, - img37 + img37, + img38, + img39 };