diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 8b411ee..04bbb43 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,10 +2,6 @@ - - - - diff --git a/src/App.tsx b/src/App.tsx index ccf0fe6..713fbca 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,6 +6,7 @@ import {Incident, UptimeResponse} from "./nws-api/types"; import {getIncidents, getUptime} from "./nws-api/calls"; function App() { + const [uptime, setUptime] = useState({datacenters: [], services:[]}); const [incidents, setIncidents] = useState([]);