Skip to content

Commit

Permalink
Update react-loader-spinner imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mhnpd committed Dec 22, 2023
1 parent 79bc73d commit 0a928d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/experimental/hairball.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {

<LiveProvider
code={`
// import { Hairball, HairballPreset } from 'react-loader-spinner';
// import { Hairball, HairballPreset } from 'react-loader-spinner/dist/beta';
render(
<Hairball
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/experimental/whirl.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ import {

<LiveProvider
code={`
// import { Hairball, HairballPreset } from 'react-loader-spinner/dist/beta';
render(
<Whirl
preset='rainbow'
Expand Down

0 comments on commit 0a928d0

Please sign in to comment.