Spaces:
Running
Running
Commit ·
85166db
1
Parent(s): eb2c7d1
patch
Browse files
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() {
|