Skip to content

Commit

Permalink
fix: update import path for rendererPackages in addon-a11y-addon-test
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Dec 23, 2024
1 parent f52a7f9 commit cb69dbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { rendererPackages } from '@storybook/core/common';
import { rendererPackages } from 'storybook/internal/common';

import { existsSync, readFileSync, writeFileSync } from 'fs';
import * as jscodeshift from 'jscodeshift';
Expand Down

0 comments on commit cb69dbf

Please sign in to comment.