We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 480a342 commit 2ad8a55Copy full SHA for 2ad8a55
packages/components/src/template-registry.ts
@@ -144,7 +144,7 @@ import type HdsInteractiveComponent from './components/hds/interactive';
144
import type HdsLayoutFlexComponent from './components/hds/layout/flex';
145
import type HdsLayoutFlexItemComponent from './components/hds/layout/flex/item';
146
import type HdsLayoutGridComponent from './components/hds/layout/grid';
147
-import type HdsLayoutGridItemComponent from './components/hds/layout/flex/item';
+import type HdsLayoutGridItemComponent from './components/hds/layout/grid/item';
148
import type HdsLinkInlineComponent from './components/hds/link/inline';
149
import type HdsLinkStandaloneComponent from './components/hds/link/standalone';
150
import type HdsMenuPrimitiveComponent from './components/hds/menu-primitive';
0 commit comments