mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
fix: Update React import in GitLabIssueStatusIcon to match other components
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import React from "react";
|
||||
import * as React from "react";
|
||||
import { BaseIconProps } from ".";
|
||||
|
||||
export function GitLabIssueStatusIcon(props: BaseIconProps) {
|
||||
|
||||
Reference in New Issue
Block a user