Skip to content

Commit

Permalink
Move iframeResizerChild file to be in src
Browse files Browse the repository at this point in the history
  • Loading branch information
fongsean committed Oct 4, 2024
1 parent dfebf26 commit 8baff34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/smart-forms-renderer/.storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import '@fontsource/material-icons';
import { withThemeFromJSXProvider } from '@storybook/addon-styling';
import { createTheme } from '@mui/material/styles';
import { CssBaseline, ThemeProvider } from '@mui/material';
import './iframeResizerChild';
import '../src/stories/storybookWrappers/iframeResizerChild.js';

export const decorators = [
withThemeFromJSXProvider({
Expand Down

0 comments on commit 8baff34

Please sign in to comment.