diff options
Diffstat (limited to 'thallium-frontend/src/components/Header.tsx')
| -rw-r--r-- | thallium-frontend/src/components/Header.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thallium-frontend/src/components/Header.tsx b/thallium-frontend/src/components/Header.tsx index 2b6fda4..58e5636 100644 --- a/thallium-frontend/src/components/Header.tsx +++ b/thallium-frontend/src/components/Header.tsx @@ -1,4 +1,4 @@ -import styled from 'styled-components'; +import styled from "styled-components"; const HeaderContainer = styled.header` display: flex; |