Skip to content

Commit

Permalink
chore: fix storybook error
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed Oct 6, 2023
1 parent 6e23934 commit e906fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lsd-react/.storybook/withTheme.decorator.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useGlobals } from '@storybook/manager-api'
import { useGlobals } from '@storybook/preview-api'
import { Decorator } from '@storybook/react'
import React, { useEffect } from 'react'
import { ThemeProvider } from '../src'
Expand Down

0 comments on commit e906fac

Please sign in to comment.