From 26f0066f9b2daa904d4fe4cac80841cbe40360ca Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Fri, 13 Nov 2020 20:43:44 -0500 Subject: get data from api --- src/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/index.js') diff --git a/src/index.js b/src/index.js index ea743ca..4c1dc74 100644 --- a/src/index.js +++ b/src/index.js @@ -3,6 +3,7 @@ import ReactDOM from "react-dom"; import { SWRConfig } from "swr"; import "./index.css"; import App from "./App"; +import reportWebVitals from "./reportWebVitals"; const fetcher = (...args) => fetch(...args).then((res) => res.json()); -- cgit v1.2.3