Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #205 from leonardotdleal/docs/toggle-import
Browse files Browse the repository at this point in the history
docs: toggle import
  • Loading branch information
soupette authored Aug 27, 2021
2 parents 8147ee0 + d1b081d commit 9b612a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/stories/components/Toggle.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function ToggleStory() {
<Pre>
{`
import React, { useState } from 'react';
import { Toggle } from '@buffet/core';
import { Toggle } from '@buffetjs/core';
function Example() {
const [val, setValue] = useState(${initValue});
Expand Down

0 comments on commit 9b612a0

Please sign in to comment.