Skip to content

Commit bf4df2a

Browse files
authored
chore: review
1 parent 119a468 commit bf4df2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro/src/default/env-default.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ declare module 'tutorialkit:override-components' {
1212
const headTags: typeof import('./src/default/components/HeadTags.astro').default;
1313
const dialog: typeof import('@tutorialkit/react/dialog').default;
1414

15-
export { topBar as TopBar, dialog as Dialog, headLinks as HeadTags };
15+
export { topBar as TopBar, dialog as Dialog, headTags as HeadTags };
1616
}
1717

1818
declare const __ENTERPRISE__: boolean;

0 commit comments

Comments
 (0)