Skip to content

Commit f1c70e6

Browse files
chore: add "use client" directive to layout component
1 parent 35f1da7 commit f1c70e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/layout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use client";
2+
13
import WeatherWidget from "./weather-widget";
24
import TaskList from "./task-list";
35
import Header from "./header"; // Import the Header component

0 commit comments

Comments
 (0)