Skip to content

Commit 4022e33

Browse files
committed
fix formatting
1 parent a1103bf commit 4022e33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/portal/src/components/Document/APIEndpointMeta/OpenApiEndpoint.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
import { Spinner } from "@workspace/ui/components/spinner";
12
import type { OpenAPIV3_1 } from "openapi-types";
23
import { cache, Suspense } from "react";
34
import {
45
type APIParameter,
56
ApiEndpoint,
67
type ApiEndpointMeta,
78
} from "./ApiEndpoint";
8-
import { Spinner } from "@workspace/ui/components/spinner";
99

1010
// OpenAPI 3.0 types (simplified for our needs)
1111
type OpenApiSpec = OpenAPIV3_1.Document;
@@ -457,7 +457,7 @@ function transformOpenApiToApiEndpointMeta(
457457
function LoadingFallback() {
458458
return (
459459
<div className="flex items-center justify-center p-8 border rounded-lg min-h-[300px] bg-card">
460-
<Spinner className="size-8 text-muted-foreground" />
460+
<Spinner className="size-8 text-muted-foreground" />
461461
</div>
462462
);
463463
}

0 commit comments

Comments
 (0)