Compare commits

...

1 Commits

Author SHA1 Message Date
codegen-sh[bot] 1ccdc6f01f fix: Update React import in GitLabIssueStatusIcon to match other components 2025-08-19 00:35:15 +00:00
@@ -1,4 +1,4 @@
import React from "react";
import * as React from "react";
import { BaseIconProps } from ".";
export function GitLabIssueStatusIcon(props: BaseIconProps) {