ChandimaPrabath commited on
Commit
85166db
·
1 Parent(s): eb2c7d1
Files changed (1) hide show
  1. frontend/src/app/playlists/page.js +1 -0
frontend/src/app/playlists/page.js CHANGED
@@ -1,3 +1,4 @@
 
1
  import SavedPlaylists from "@/components/SavedPlaylists";
2
 
3
  export default function PlaylistsPage() {
 
1
+ 'use client';
2
  import SavedPlaylists from "@/components/SavedPlaylists";
3
 
4
  export default function PlaylistsPage() {