forget to add the use client
This commit is contained in:
parent
0335fb2b43
commit
8e9ef164a9
@ -1,3 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import Image from 'next/image';
|
||||
import { PodcastDto } from '../../../common/dtos/podcastDto';
|
||||
import { useState } from 'react';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user