core-app-api: fix import syntax

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-07-31 18:35:10 +02:00
parent 3a8ab72248
commit fe1e075b5a
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import { withLogCollector } from '@backstage//test-utils';
import { withLogCollector } from '@backstage/test-utils';
import { AppIdentityProxy } from './AppIdentityProxy';
describe('AppIdentityProxy', () => {