Skip to content

Commit

Permalink
fix: type imports in appFooter
Browse files Browse the repository at this point in the history
  • Loading branch information
shleewhite committed Sep 24, 2024
1 parent 6e56c06 commit 31b14f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/components/src/components/hds/app-footer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import Component from '@glimmer/component';

import type { ComponentLike } from '@glint/template';
import type { HdsYieldSignature } from '../yield';
import type HdsAppFooterItemSignature from './legal-links';
import type HdsAppFooterLegalLinksSignature from './legal-links';
import type HdsAppFooterLinkSignature from './link';
import type HdsAppFooterStatusLinkSignature from './status-link';
import type { HdsAppFooterItemSignature } from './item.ts';
import type { HdsAppFooterLegalLinksSignature } from './legal-links';
import type { HdsAppFooterLinkSignature } from './link';
import type { HdsAppFooterStatusLinkSignature } from './status-link';
import type { HdsAppFooterThemeTypes } from './types.ts';

export interface HdsAppFooterSignature {
Expand Down

0 comments on commit 31b14f8

Please sign in to comment.