Skip to content

Commit 42eec63

Browse files
feat: add "use client" directive to weather widget component
1 parent cf0cfe5 commit 42eec63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/weather-widget.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 { useState, useEffect } from "react";
24

35
export default function WeatherWidget() {

0 commit comments

Comments
 (0)