diff --git a/stories/atoms/ProfileButtons.stories.tsx b/stories/atoms/ProfileButtons.stories.tsx index aad9ae8ab..7481531d9 100644 --- a/stories/atoms/ProfileButtons.stories.tsx +++ b/stories/atoms/ProfileButtons.stories.tsx @@ -1,6 +1,6 @@ import { Meta, StoryObj } from "@storybook/react" import { EditProfileHeader } from "components/EditProfilePage/EditProfileHeader" -import { ProfileButtonsUser } from "components/ProfilePage/ProfileButtons" +import { ProfileButtons } from "components/ProfilePage/ProfileButtons" import { Providers } from "components/providers" import { wrapper } from "components/store" import { Col, Row } from "react-bootstrap" @@ -8,7 +8,7 @@ import { Provider as Redux } from "react-redux" const meta: Meta = { title: "Atoms/Buttons/Profile Buttons", - component: ProfileButtonsUser, + component: ProfileButtons, decorators: [ (Story, ...rest) => { const { store, props } = wrapper.useWrappedStore(...rest) @@ -30,7 +30,7 @@ const meta: Meta = { export default meta -type Story = StoryObj +type Story = StoryObj export const Primary: Story = { args: {