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
@@ -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,