Skip to content

Commit

Permalink
docs(carbon-provider): typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nuria1110 committed Oct 13, 2023
1 parent fe6cf34 commit 41f4b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/carbon-provider/carbon-provider.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can import the provider and any intended themes like so:

```ts
import CarbonProvider from "carbon-react/lib/components/carbon-provider";
import { sageTheme, mintTheme } from "carbon-react/lib/styles/themes";
import { sageTheme, mintTheme } from "carbon-react/lib/style/themes";
```

then wrap your application code with the provider:
Expand Down

0 comments on commit 41f4b50

Please sign in to comment.