Skip to content

Commit 1575565

Browse files
explicitely import React from "react
1 parent bd6d6b2 commit 1575565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FetchLoading.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { FC } from 'react'
1+
import React, { FC } from 'react'
22
import './index.css'
33

44
type FetchLoadingProps = {

0 commit comments

Comments
 (0)