We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df3551 commit ec8a34fCopy full SHA for ec8a34f
src/Router.tsx
@@ -1,8 +1,8 @@
1
-import React from 'react';
2
-import { Entity } from '@backstage/catalog-model';
3
-import { useEntity } from '@backstage/plugin-catalog-react';
4
-import { Route } from 'react-router';
5
-import { FlatRoutes } from '@backstage/core-app-api';
+import React from "react";
+import { Entity } from "@backstage/catalog-model";
+import { useEntity } from "@backstage/plugin-catalog-react";
+import { Route } from "react-router";
+import { FlatRoutes } from "@backstage/core-app-api";
6
import { MissingAnnotationEmptyState } from "@backstage/core-components";
7
import { HarborDashboardPage } from "./components/HarborDashboardPage";
8
import { HARBOR_ANNOTATION_REPOSITORY } from "./components/useHarborAppData";
0 commit comments