mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-26 05:01:38 -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 {
|
||||
client: string;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import React from 'react';
|
||||
import type React from 'react';
|
||||
|
||||
import { Release } from '@site/src/utils/github';
|
||||
|
||||
|
|
Loading…
Reference in a new issue