diff options
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 ( |