Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
YOYZHANG committed Oct 25, 2024
1 parent 01318c7 commit 00a4e33
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/content.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Episode from "./episode";
import Audio from "./audio";
import Transcript from "./transcript";
import React, { PropsWithChildren, useEffect } from "react";
import React, { useEffect } from "react";
import { BASE_URL } from "@/lib/constant";
import { useStreamText } from "@/hooks/useStreamText";
import { useAudioGeneration } from "@/hooks/useTaskData";
Expand Down
1 change: 0 additions & 1 deletion frontend/src/components/episode.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Skeleton } from "@/components/ui/skeleton"
import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert"
import { AlertCircle } from "lucide-react"
import MobileMenu from "./mobile-menu";
import { ReactNode } from "react";

interface EpisodeProps {
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/components/mobile-menu.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {
Sheet,
SheetContent,
SheetDescription,
SheetHeader,
SheetTitle,
SheetTrigger,
Expand Down Expand Up @@ -49,4 +48,4 @@ export default function MobileMenu(
</SheetContent>
</Sheet>

}
}

0 comments on commit 00a4e33

Please sign in to comment.