aboutsummaryrefslogtreecommitdiffstats
path: root/thallium-frontend/src/components/Header.tsx
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-08-17 03:08:30 +0100
committerGravatar Joe Banks <[email protected]>2024-08-17 03:08:30 +0100
commit6ab76981eaa55d6991a19ed883c9abcc20b88e29 (patch)
tree7b4b5dc7271e3ceeaf569e9ab3b441f96440c88a /thallium-frontend/src/components/Header.tsx
parentCorrect bad copy & paste (diff)
Increase linting strictness
Diffstat (limited to 'thallium-frontend/src/components/Header.tsx')
-rw-r--r--thallium-frontend/src/components/Header.tsx2
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;