From ac578f2f4467cd438723692debfa2b8c19b6cba3 Mon Sep 17 00:00:00 2001 From: Brian Fletcher Date: Tue, 15 Feb 2022 12:56:20 +0000 Subject: [PATCH] fixes react typo Signed-off-by: Brian Fletcher --- .../src/components/ProjectListPage/ProjectListPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gcp-projects/src/components/ProjectListPage/ProjectListPage.tsx b/plugins/gcp-projects/src/components/ProjectListPage/ProjectListPage.tsx index f78010db90..67902db4fe 100644 --- a/plugins/gcp-projects/src/components/ProjectListPage/ProjectListPage.tsx +++ b/plugins/gcp-projects/src/components/ProjectListPage/ProjectListPage.tsx @@ -18,7 +18,7 @@ import { Button, LinearProgress, Tooltip, Typography } from '@material-ui/core'; import React from 'react'; -import { useAsync } from 'reach-hookz'; +import { useAsync } from 'react-hookz'; import { gcpApiRef, Project } from '../../api'; import {