Skip to content

Commit

Permalink
(#0) SelectOnset Storybook 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
baegofda committed Nov 29, 2023
1 parent ff80e82 commit c5678fd
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 @@ -5,7 +5,7 @@ import { SelectOnsetOptions } from "./constants";
import SelectOnset from "./index";

const meta = {
title: "core/Select/SelectOnset",
title: "core/Select/SelectOnset/SelectOnset",
component: SelectOnset,
argTypes: {
variants: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import SelectOnsetItem from "./index";
import { OnsetItemProps } from "./types";

const meta = {
title: "core/Select/SelectOnsetItem",
title: "core/Select/SelectOnset/SelectOnsetItem",
component: SelectOnsetItem,
argTypes: {
onset: {
Expand Down

0 comments on commit c5678fd

Please sign in to comment.