mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
requested import "type" React from 'react'
This commit is contained in:
parent
bcf50bf2f5
commit
dc9e6d285c
|
@ -1,4 +1,4 @@
|
||||||
import React from 'react';
|
import type React from 'react';
|
||||||
|
|
||||||
export interface releaseCardProps {
|
export interface releaseCardProps {
|
||||||
client: string;
|
client: string;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import React from 'react';
|
import type React from 'react';
|
||||||
|
|
||||||
import { Release } from '@site/src/utils/github';
|
import { Release } from '@site/src/utils/github';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue