aboutsummaryrefslogtreecommitdiffstats
path: root/thallium-frontend/src
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-08-17 02:07:55 +0100
committerGravatar Joe Banks <[email protected]>2024-08-17 02:07:55 +0100
commitbc960bcfa69a8f3d2a42642b40f672ff9bac04fc (patch)
tree47e97502b8c8fbd543ac387980ffbb45e073a16a /thallium-frontend/src
parentRemove Header from LandingPage (diff)
Remove unused React import
Diffstat (limited to 'thallium-frontend/src')
-rw-r--r--thallium-frontend/src/components/Header.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/thallium-frontend/src/components/Header.tsx b/thallium-frontend/src/components/Header.tsx
index 56c940b..2b6fda4 100644
--- a/thallium-frontend/src/components/Header.tsx
+++ b/thallium-frontend/src/components/Header.tsx
@@ -1,4 +1,3 @@
-import React from 'react';
import styled from 'styled-components';
const HeaderContainer = styled.header`