Skip to content

Commit dfe0193

Browse files
committed
fix(site/docs): use named import for EditPageLink to satisfy TS
1 parent 12e7b9b commit dfe0193

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Read CLAUDE.md
1+
Read CLAUDE.md for instructions

site/app/docs/terraform/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { CodeBlock } from '@/components/code-block';
2-
import EditPageLink from '@/components/edit-page-link';
2+
import { EditPageLink } from '@/components/edit-page-link';
33

44
export const metadata = {
55
title: 'Terraform Provider',

0 commit comments

Comments
 (0)