aboutsummaryrefslogtreecommitdiffstats
path: root/thallium-frontend/src/pages/LandingPage.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/pages/LandingPage.tsx
parentCorrect bad copy & paste (diff)
Increase linting strictness
Diffstat (limited to 'thallium-frontend/src/pages/LandingPage.tsx')
-rw-r--r--thallium-frontend/src/pages/LandingPage.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/thallium-frontend/src/pages/LandingPage.tsx b/thallium-frontend/src/pages/LandingPage.tsx
index da67b42..526f590 100644
--- a/thallium-frontend/src/pages/LandingPage.tsx
+++ b/thallium-frontend/src/pages/LandingPage.tsx
@@ -1,4 +1,4 @@
-import Card from '../components/Card';
+import Card from "../components/Card";
const LandingPage = () => {
return (