refactor(podcasts): replace polling tool ui with lifecycle card

This commit is contained in:
CREDO23 2026-06-11 10:04:51 +02:00
parent 6f6c056404
commit 1f9fd61c9e
4 changed files with 3 additions and 471 deletions

View file

@ -84,7 +84,7 @@ const GenerateResumeToolUI = dynamic(
);
const GeneratePodcastToolUI = dynamic(
() =>
import("@/components/tool-ui/generate-podcast").then((m) => ({
import("@/components/tool-ui/podcast").then((m) => ({
default: m.GeneratePodcastToolUI,
})),
{ ssr: false }