Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBl69 committed Oct 21, 2024
1 parent bf777d4 commit cdada1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typescript/frontend/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
import LoadingComponent from "components/loading";

export default async function Home() {
return <LoadingComponent />
return <LoadingComponent />;
}

0 comments on commit cdada1f

Please sign in to comment.