We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfad244 commit 6a05c04Copy full SHA for 6a05c04
packages/flags/README.md
@@ -52,7 +52,7 @@ Call your feature flag in a React Server Component:
52
53
```tsx
54
// app/page.tsx
55
-import { exampleFlag } from '../flags';
+import { exampleFlag } from './flags';
56
57
export default async function Page() {
58
const example = await exampleFlag();
0 commit comments