Skip to content

Commit 2ad8a55

Browse files
Apply suggestions from code review
Co-authored-by: Dylan Hyun <dylan.hyun@hashicorp.com>
1 parent 480a342 commit 2ad8a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/template-registry.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ import type HdsInteractiveComponent from './components/hds/interactive';
144144
import type HdsLayoutFlexComponent from './components/hds/layout/flex';
145145
import type HdsLayoutFlexItemComponent from './components/hds/layout/flex/item';
146146
import type HdsLayoutGridComponent from './components/hds/layout/grid';
147-
import type HdsLayoutGridItemComponent from './components/hds/layout/flex/item';
147+
import type HdsLayoutGridItemComponent from './components/hds/layout/grid/item';
148148
import type HdsLinkInlineComponent from './components/hds/link/inline';
149149
import type HdsLinkStandaloneComponent from './components/hds/link/standalone';
150150
import type HdsMenuPrimitiveComponent from './components/hds/menu-primitive';

0 commit comments

Comments
 (0)