We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831fa1f commit 119a468Copy full SHA for 119a468
packages/astro/src/default/env-default.d.ts
@@ -9,7 +9,7 @@ interface WebContainerConfig {
9
10
declare module 'tutorialkit:override-components' {
11
const topBar: typeof import('./src/default/components/TopBar.astro').default;
12
- const headLinks: typeof import('./src/default/components/HeadTags.astro').default;
+ const headTags: typeof import('./src/default/components/HeadTags.astro').default;
13
const dialog: typeof import('@tutorialkit/react/dialog').default;
14
15
export { topBar as TopBar, dialog as Dialog, headLinks as HeadTags };
0 commit comments