File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
pages/dashboard/ui/ticket Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- import { TOption } from "../dashboard/model/TicketOptionStore" ;
2- import { useTicketOptionStore } from "../dashboard/model/TicketOptionStore" ;
3- import Checkbox from "../../../design-system/ui/Checkbox" ;
1+ import { TOption } from "../../ dashboard/model/TicketOptionStore" ;
2+ import { useTicketOptionStore } from "../../ dashboard/model/TicketOptionStore" ;
3+ import Checkbox from "../../../../ design-system/ui/Checkbox" ;
44
55interface TicketOptionProps {
66 options : TOption [ ] ;
Original file line number Diff line number Diff line change 1- import TicketOption , { options } from "../../../../features/payment/TicketOption" ;
1+ import TicketOption , { options } from "../../../../features/payment/ui/ TicketOption" ;
22import TicketOptionLayout from "../../../../shared/ui/backgrounds/TicketOptionLayout" ;
33
44const TicketOptionResponsePage = ( ) => {
You can’t perform that action at this time.
0 commit comments