Skip to content

Commit 5f3295a

Browse files
apply suggestion
Co-Authored-By: Claudio Wunder <cwunder@gnome.org>
1 parent e0d70a9 commit 5f3295a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export const STABILITY_KINDS = ['error', 'warning', 'default', 'info'];

src/generators/web/ui/components/StabilityOverview/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import BadgeGroup from '@node-core/ui-components/Common/BadgeGroup';
22

3-
const STABILITY_KINDS = ['error', 'warning', 'default', 'info'];
3+
import { STABILITY_KINDS } from './constants.mjs';
44

55
/**
66
* Renders the module stability overview table.

0 commit comments

Comments
 (0)