Skip to content

Commit

Permalink
rename: atom -> molecule folder change
Browse files Browse the repository at this point in the history
  • Loading branch information
yougyung committed Mar 2, 2024
1 parent 8e6b25e commit 9eaad12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Meta, StoryObj } from '@storybook/react';
import Modal from './modal';

const meta = {
title: 'ui/view/atom/Modal',
title: 'ui/view/molecule/Modal',
component: Modal,
} satisfies Meta<typeof Modal>;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import { Portal, Overlay, Content, Root } from '@radix-ui/react-dialog';

import { cn } from '@/app/utils/shadcn/utils';
import { cn } from '../../../../utils/shadcn/utils';

interface ModalProps extends React.PropsWithChildren {
open: boolean;
Expand Down

0 comments on commit 9eaad12

Please sign in to comment.