diff options
| author | 2024-08-17 03:08:30 +0100 | |
|---|---|---|
| committer | 2024-08-17 03:08:30 +0100 | |
| commit | 6ab76981eaa55d6991a19ed883c9abcc20b88e29 (patch) | |
| tree | 7b4b5dc7271e3ceeaf569e9ab3b441f96440c88a /thallium-frontend/src/components/Header.tsx | |
| parent | Correct bad copy & paste (diff) | |
Increase linting strictness
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; |