Skip to content

Commit

Permalink
unwanted code removed
Browse files Browse the repository at this point in the history
  • Loading branch information
PunitSoniME committed Jan 10, 2024
1 parent 15ff256 commit cb7d176
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions example/src/hooks/useSpeech/SpeechComponent.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { lazy, Suspense, useEffect, useState } from 'react';
import { useSpeech } from '../../../../src/';
import { lazy, Suspense, useState } from 'react';
import { useSpeech } from '../../../../.';
import { packageName } from '@/lib/utils';
import Muted from '@/common/Muted';
import { Button } from '@/components/ui/button';
import { Textarea } from "@/components/ui/textarea"

Expand Down

0 comments on commit cb7d176

Please sign in to comment.