Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Aug 24, 2024
1 parent 0d39251 commit c6d5bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/login/pages/Register.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import type { Meta, StoryObj } from "@storybook/react";
import { createKcPageStory } from "../KcPageStory";
import type { Attribute } from "../../../dist/login";
// import type { Attribute } from "../../../dist/login";

const { KcPageStory } = createKcPageStory({ pageId: "register.ftl" });

Expand Down Expand Up @@ -99,7 +99,7 @@ export const WithFavoritePet: Story = {
},
required: false,
readOnly: false
} satisfies Attribute
}
}
},
"x-keycloakify": {
Expand Down

0 comments on commit c6d5bd8

Please sign in to comment.