Skip to content

Commit bba8889

Browse files
committed
hmm
1 parent b68751b commit bba8889

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/src/pages/DeploymentSettingsPage/LicensesSettingsPage/ManagedAgentsConsumption.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta, StoryObj } from "@storybook/react";
1+
import type { Meta, StoryObj } from "@storybook/react-vite";
22
import { ManagedAgentsConsumption } from "./ManagedAgentsConsumption";
33

44
const meta: Meta<typeof ManagedAgentsConsumption> = {

site/src/pages/ExternalAuthPage/ExternalAuthPageView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { ExternalLinkIcon } from "lucide-react";
1212
import { RotateCwIcon } from "lucide-react";
1313
import type { FC, ReactNode } from "react";
1414

15-
export interface ExternalAuthPageViewProps {
15+
interface ExternalAuthPageViewProps {
1616
externalAuth: ExternalAuth;
1717
viewExternalAuthConfig: boolean;
1818

0 commit comments

Comments
 (0)