fix: Update React import in GitLabIssueStatusIcon to match other components

This commit is contained in:
codegen-sh[bot]
2025-08-19 00:35:15 +00:00
parent b689ebd8ca
commit 1ccdc6f01f
@@ -1,4 +1,4 @@
import React from "react";
import * as React from "react";
import { BaseIconProps } from ".";
export function GitLabIssueStatusIcon(props: BaseIconProps) {