diff options
| author | 2024-08-17 02:07:55 +0100 | |
|---|---|---|
| committer | 2024-08-17 02:07:55 +0100 | |
| commit | bc960bcfa69a8f3d2a42642b40f672ff9bac04fc (patch) | |
| tree | 47e97502b8c8fbd543ac387980ffbb45e073a16a /thallium-frontend/src | |
| parent | Remove Header from LandingPage (diff) | |
Remove unused React import
Diffstat (limited to 'thallium-frontend/src')
| -rw-r--r-- | thallium-frontend/src/components/Header.tsx | 1 |
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` |