Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
noyshlomo committed Oct 13, 2024
1 parent 1b60fe7 commit d243c61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useMemo } from "react";
import { RelatedComponent } from "vibe-storybook-components";
import DialogContentContainer from "../../../../components/DialogContentContainer/DialogContentContainer";
import Text from "../../../../components/Text/Text";
import Text from "../../../../components/Text/Text";

export const DialogContentContainerDescription = () => {
const component = useMemo(() => {
Expand Down

0 comments on commit d243c61

Please sign in to comment.