Skip to content

Commit

Permalink
Merge branch 'hds-3833-shw-grid-gts-conversion' of https://github.com…
Browse files Browse the repository at this point in the history
…/hashicorp/design-system into hds-3833-shw-grid-gts-conversion
  • Loading branch information
KristinLBradley committed Oct 11, 2024
2 parents 70972b8 + e65fdf9 commit f0bb5f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions showcase/app/components/shw/grid/index.gts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import ShwLabel from '../label';

import type { ComponentLike } from '@glint/template';
import type { SafeString } from '@ember/template';
import type { ShwLabelSignature } from 'showcase/components/shw/label';
import type { ShwGridItemSignature } from 'showcase/components/shw/grid/item';
import type { ShwLabelSignature } from '../label';
import type { ShwGridItemSignature } from './item';

interface ShwGridSignature {
Args: {
Expand Down
4 changes: 2 additions & 2 deletions showcase/app/components/shw/grid/item.gts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
import Component from '@glimmer/component';
import { hash } from '@ember/helper';

import ShwLabel from 'showcase/components/shw/label';
import ShwLabel from '../label';

import type { ComponentLike } from '@glint/template';
import type { ShwLabelSignature } from 'showcase/components/shw/label';
import type { ShwLabelSignature } from '../label';

export interface ShwGridItemSignature {
Args: {
Expand Down

0 comments on commit f0bb5f6

Please sign in to comment.