aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/Header
diff options
context:
space:
mode:
authorQuentin Gliech <quentingliech@gmail.com>2022-02-16 10:32:20 +0100
committerQuentin Gliech <quentingliech@gmail.com>2022-02-16 10:32:20 +0100
commitbce4d095e16fb33d181b29aa1d3476037c0c873a (patch)
tree5906465bec4fec179597cd707a710bad08583cd8 /webui/src/components/Header
parentce50269639988e39fe4e27cc8c309a9d5c75c958 (diff)
downloadgit-bug-bce4d095e16fb33d181b29aa1d3476037c0c873a.tar.gz
webui: replace React imports
Diffstat (limited to 'webui/src/components/Header')
-rw-r--r--webui/src/components/Header/Header.tsx1
-rw-r--r--webui/src/components/Header/index.tsx2
2 files changed, 1 insertions, 2 deletions
diff --git a/webui/src/components/Header/Header.tsx b/webui/src/components/Header/Header.tsx
index 866e52db..f9053f76 100644
--- a/webui/src/components/Header/Header.tsx
+++ b/webui/src/components/Header/Header.tsx
@@ -1,4 +1,3 @@
-import React from 'react';
import { Link, useLocation } from 'react-router-dom';
import AppBar from '@material-ui/core/AppBar';
diff --git a/webui/src/components/Header/index.tsx b/webui/src/components/Header/index.tsx
index 42a0cfc1..e4dc8d19 100644
--- a/webui/src/components/Header/index.tsx
+++ b/webui/src/components/Header/index.tsx
@@ -1,4 +1,4 @@
-import React from 'react';
+import * as React from 'react';
import CssBaseline from '@material-ui/core/CssBaseline';