Skip to content

Commit 6a05c04

Browse files
authored
Fix import in README (#65)
1 parent cfad244 commit 6a05c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flags/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Call your feature flag in a React Server Component:
5252

5353
```tsx
5454
// app/page.tsx
55-
import { exampleFlag } from '../flags';
55+
import { exampleFlag } from './flags';
5656

5757
export default async function Page() {
5858
const example = await exampleFlag();

0 commit comments

Comments
 (0)