Skip to content

Commit ec8a34f

Browse files
it was not pretty
1 parent 2df3551 commit ec8a34f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Router.tsx

+5-5
Original file line numberDiff line numberDiff line change
@@ -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';
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";
66
import { MissingAnnotationEmptyState } from "@backstage/core-components";
77
import { HarborDashboardPage } from "./components/HarborDashboardPage";
88
import { HARBOR_ANNOTATION_REPOSITORY } from "./components/useHarborAppData";

0 commit comments

Comments
 (0)