Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
unused statement removed
Browse files Browse the repository at this point in the history
  • Loading branch information
AronBuzogany committed Apr 4, 2024
1 parent b4ea0a4 commit ec073aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/pages/home/Home.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import { useTranslation } from "react-i18next";

/**
* This component is the home page component that will be rendered when on the index route.
* @returns - The home page component
*/
export default function Home() {
const { t } = useTranslation('translation', { keyPrefix: 'home' });
return (
<div>
<h1></h1>
Expand Down

0 comments on commit ec073aa

Please sign in to comment.