diff options
| -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` |