Skip to content

Commit

Permalink
fix: recipe imports (#1843)
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhdaware authored Nov 27, 2023
1 parent a426e3a commit bda6e34
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
@@ -1,5 +1,5 @@
import type { Meta } from '@storybook/react';
import { RecipeSandbox } from '~utils/storybook/Sandbox';
import { RecipeSandbox } from '~utils/storybook/Sandbox/SandpackEditor';
import parameters from '~utils/storybook/recipeParameters';

export function SimpleDashboard(): JSX.Element {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Meta } from '@storybook/react';
import { RecipeSandbox } from '~utils/storybook/Sandbox';
import { RecipeSandbox } from '~utils/storybook/Sandbox/SandpackEditor';
import parameters from '~utils/storybook/recipeParameters';

export function SimpleForm(): JSX.Element {
Expand Down

0 comments on commit bda6e34

Please sign in to comment.