Skip to content

Commit 5a69a27

Browse files
committed
linting
1 parent 215ab97 commit 5a69a27

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/components/src/components/hds/layout/flex/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export interface HdsLayoutFlexSignature {
4444
default: [
4545
{
4646
Item?: ComponentLike<HdsLayoutFlexItemSignature>;
47-
}
47+
},
4848
];
4949
};
5050
Element: AvailableElements;

packages/components/src/components/hds/layout/flex/types.ts

-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ export enum HdsLayoutFlexAlignValues {
2929
}
3030

3131
export type HdsLayoutFlexAligns = `${HdsLayoutFlexAlignValues}`;
32-

0 commit comments

Comments
 (0)