Skip to content

Commit

Permalink
Merge pull request #8 from oliv3340:fix-clean-code
Browse files Browse the repository at this point in the history
fix: clean code
  • Loading branch information
oliv3340 authored Feb 19, 2024
2 parents fd46c96 + cd0c5c3 commit db93864
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/[locale]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import Footer from "@/components/Footer";
import HeroSection from "@/components/HeroSection";
import NavBar from "@/components/navigation/NavBar";
import { useTranslations } from "next-intl";

export default function Home() {
const t = useTranslations('Home');
return (
<main className="min-w-screen min-h-screen">
<NavBar />
Expand Down

0 comments on commit db93864

Please sign in to comment.