Skip to content

Commit 119a468

Browse files
authored
chore: review
1 parent 831fa1f commit 119a468

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
@@ -9,7 +9,7 @@ interface WebContainerConfig {
99

1010
declare module 'tutorialkit:override-components' {
1111
const topBar: typeof import('./src/default/components/TopBar.astro').default;
12-
const headLinks: typeof import('./src/default/components/HeadTags.astro').default;
12+
const headTags: typeof import('./src/default/components/HeadTags.astro').default;
1313
const dialog: typeof import('@tutorialkit/react/dialog').default;
1414

1515
export { topBar as TopBar, dialog as Dialog, headLinks as HeadTags };

0 commit comments

Comments
 (0)