Skip to content

Commit

Permalink
fix: Use correct message
Browse files Browse the repository at this point in the history
  • Loading branch information
d-beezee committed Oct 18, 2024
1 parent 24e1f47 commit 93f40fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/forms/input-toggle/index.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Meta as ComponentMeta, StoryFn as Story } from "@storybook/react";
import { Message } from "@zendeskgarden/react-dropdowns.next";
import { Message } from "@zendeskgarden/react-forms";
import { useState } from "react";
import styled from "styled-components";
import { InputToggle } from ".";
Expand Down

0 comments on commit 93f40fe

Please sign in to comment.