fix: remove obsolete package and fix tests

This commit is contained in:
Nikita Nek Dudnik
2020-05-18 20:17:49 +02:00
parent 5a67b90142
commit 10ee5eb5b4
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -18,7 +18,6 @@
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.45",
"@types/http-proxy": "^1.17.4",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
@@ -14,9 +14,9 @@
* limitations under the License.
*/
import { NotFoundError } from '@backstage/backend-common';
import Knex from 'knex';
import { v4 as uuidv4 } from 'uuid';
import { NotFoundError } from '../../../../packages/backend-common/src/errors';
import {
AddDatabaseComponent,
AddDatabaseLocation,