requested import "type" React from 'react'

This commit is contained in:
Foster Irwin 2022-02-03 22:42:45 -07:00
parent bcf50bf2f5
commit dc9e6d285c
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
import React from 'react';
import type React from 'react';
export interface releaseCardProps {
client: string;

View file

@ -1,4 +1,4 @@
import React from 'react';
import type React from 'react';
import { Release } from '@site/src/utils/github';