mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-30 21:59:46 +02:00
refactor(podcasts): replace polling tool ui with lifecycle card
This commit is contained in:
parent
6f6c056404
commit
1f9fd61c9e
4 changed files with 3 additions and 471 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue