Skip to content

Commit 6568502

Browse files
fix: correct import path for weatherWidgetFlag in Home component
1 parent 5c1e0a1 commit 6568502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { weatherWidgetFlag } from "./flags";
1+
import { weatherWidgetFlag } from "../../flags";
22
import WeatherClient from "./components/WeatherClient";
33

44
export default async function Home() {

0 commit comments

Comments
 (0)