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/pages/LandingPage.tsx | |
| parent | Correct bad copy & paste (diff) | |
Increase linting strictness
Diffstat (limited to 'thallium-frontend/src/pages/LandingPage.tsx')
| -rw-r--r-- | thallium-frontend/src/pages/LandingPage.tsx | 2 |
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 ( |