Skip to content

Commit

Permalink
docs: fix generateAutocompletion path
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi committed Mar 17, 2024
1 parent 217fbdb commit 31a7505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as VibeComponents from "monday-ui-react-core";
import * as VibeNext from "monday-ui-react-core/next";
import * as VibeIcons from "monday-ui-react-core/icons";
import reactDocgenOutput from "./react-docgen-output-example.json";
import generateAutocompletion from "../src/codemirror/utils/generate-autocompletion";
import { generateAutocompletion } from "../src";

const preview: Preview = {
parameters: {
Expand Down

0 comments on commit 31a7505

Please sign in to comment.