Skip to content

Commit eac68bf

Browse files
Fix extra closing tag in Index.tsx
Removed an stray closing div to fix JSX structure and TS errors in Index.tsx. X-Lovable-Edit-ID: edt-9f8bb824-2705-4edf-83ca-18a4cfa149e9
2 parents e3b5809 + afded05 commit eac68bf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pages/Index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ const Index = () => {
5252
</span>
5353
</div>
5454

55-
</div>
5655
</div>
5756
</main>
5857
</div>

0 commit comments

Comments
 (0)