Skip to content

Commit bcd7629

Browse files
fix: correct import path for weatherWidgetFlag in Home component
1 parent 37a5373 commit bcd7629

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,6 +1,6 @@
11
import Image from "next/image";
22
import { FlagValues } from "flags/react";
3-
import { weatherWidgetFlag } from "./flags";
3+
import { weatherWidgetFlag } from "../../flags";
44

55
export default async function Home() {
66
const weatherWidgetValue = await weatherWidgetFlag();

0 commit comments

Comments
 (0)