File tree Expand file tree Collapse file tree 3 files changed +4
-64
lines changed Expand file tree Collapse file tree 3 files changed +4
-64
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
import type { Meta , StoryObj } from "@storybook/react/*"
2
2
3
- import { HStack } from "../../../src/components/ui/ flex"
3
+ import { HStack } from "../flex"
4
4
import {
5
5
RadioGroup ,
6
6
RadioGroupItem ,
7
7
type RadioGroupItemProps ,
8
- } from "../RadioGroup "
8
+ } from "../radio-group "
9
9
10
10
const meta = {
11
- title : "Atoms / Form / ShadCN Radio" ,
11
+ title : "Atoms / Form / Radio" ,
12
12
component : RadioGroup ,
13
13
} satisfies Meta < typeof RadioGroup >
14
14
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import * as RadioGroupPrimitive from "@radix-ui/react-radio-group"
4
4
5
5
import { cn } from "@/lib/utils/cn"
6
6
7
- import { commonControlClasses } from "../../src/components/ui /checkbox"
7
+ import { commonControlClasses } from "./checkbox"
8
8
9
9
const RadioGroup = React . forwardRef <
10
10
React . ElementRef < typeof RadioGroupPrimitive . Root > ,
You can’t perform that action at this time.
0 commit comments