From 66fb4ae4dcc8b74e463615e8afaf6a099aa099ef Mon Sep 17 00:00:00 2001 From: manisha Date: Jun 03 2021 10:33:43 +0000 Subject: improve UI removed bootstrap --- diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..7a9dfa0 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "pwa-chrome", + "request": "launch", + "name": "Launch Chrome against localhost", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file diff --git a/package.json b/package.json index c10986e..b9809f4 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,10 @@ "homepage": ".", "dependencies": { "@babel/runtime": "^7.14.0", - "bootstrap": "^4.4.1", "dateformat": "^3.0.3", "nanoid": "^3.1.22", - "ramda": "^0.27.1", "query-string": "^7.0.0", + "ramda": "^0.27.1", "react": "^16.5.2", "react-dom": "^16.5.2", "react-redux": "^7.2.1", diff --git a/public/index.html b/public/index.html index db44964..016a790 100644 --- a/public/index.html +++ b/public/index.html @@ -23,12 +23,10 @@ Fedora QA Landingpage - + - -