From 89419c90ecd4cbd8a0ee01165583afffcb084bb1 Mon Sep 17 00:00:00 2001 From: Martin Karkowski Date: Mon, 7 Sep 2020 07:21:23 +0200 Subject: [PATCH] Adding Icons --- package.json | 1 + tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d413bf..1576370 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ "react": "^16.13.1", "react-bootstrap": "^1.3.0", "react-dom": "^16.13.1", + "react-icons": "^3.11.0", "reflect-metadata": "^0.1.13", "rxjs": "^6.6.2", "socket.io": "^2.3.0", diff --git a/tsconfig.json b/tsconfig.json index 498fb0b..c34210b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,7 +23,7 @@ "include": [ "next-env.d.ts", "pages/**/*.ts", - "backend-api/**/*.ts", + "nextjs-res/**/*.ts", "**/*.tsx" ], "exclude": [