Skip to content

Commit

Permalink
updated stories
Browse files Browse the repository at this point in the history
  • Loading branch information
mertbagt committed Dec 30, 2024
1 parent 358ce50 commit 6f36535
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stories/atoms/ProfileButtons.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
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"
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)
Expand All @@ -30,7 +30,7 @@ const meta: Meta = {

export default meta

type Story = StoryObj<typeof ProfileButtonsUser>
type Story = StoryObj<typeof ProfileButtons>

export const Primary: Story = {
args: {
Expand Down

0 comments on commit 6f36535

Please sign in to comment.