Fixed broken path to fix SB build failure
parent
624f52c305
commit
5b165e6ebf
|
@ -1,8 +1,8 @@
|
|||
import { Canvas, Meta, Story, ArgsTable } from '@storybook/addon-docs';
|
||||
import { Examples, Example, Note, Title,CustomArgsTable, VariantRow,VariantsTable} from '@calcom/storybook/components'
|
||||
import { FiPlus } from "../icon";
|
||||
import { FiPlus } from "../../icon";
|
||||
|
||||
import {SelectField} from "./Select"
|
||||
import { SelectField } from "./Select"
|
||||
|
||||
<Meta title="UI/Form/Select Field" component={SelectField} />
|
||||
|
||||
|
|
Loading…
Reference in New Issue