From bce4d095e16fb33d181b29aa1d3476037c0c873a Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Wed, 16 Feb 2022 10:32:20 +0100 Subject: webui: replace React imports --- webui/src/components/Header/Header.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'webui/src/components/Header/Header.tsx') 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'; -- cgit