Skip to content

Commit c27c83e

Browse files
committed
fix story import
1 parent fb935d8 commit c27c83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/storybook/stories/password-strength.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from 'react';
2-
import { PasswordStrength } from 'radix-ui';
2+
import { unstable_PasswordStrength as PasswordStrength } from 'radix-ui';
33
import styles from './password-strength.stories.module.css';
44

55
export default {

0 commit comments

Comments
 (0)