forget to add the use client

This commit is contained in:
Justin Walrath 2025-05-12 10:14:57 -04:00
parent 0335fb2b43
commit 8e9ef164a9

View File

@ -1,3 +1,5 @@
"use client";
import Image from 'next/image'; import Image from 'next/image';
import { PodcastDto } from '../../../common/dtos/podcastDto'; import { PodcastDto } from '../../../common/dtos/podcastDto';
import { useState } from 'react'; import { useState } from 'react';