summaryrefslogtreecommitdiffstats
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/src/App.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/App.js b/frontend/src/App.js
index 19e3426..89f3e1c 100644
--- a/frontend/src/App.js
+++ b/frontend/src/App.js
@@ -1,4 +1,4 @@
-import React, { useEffect, useState } from 'react';
+import React, { useEffect } from 'react';
import { Router } from '@reach/router';
import Login from './Login';