Files
vontor-cz/frontend/src/components/hero/HeroCarousel.tsx
Brunobrno b4e50eda30 Refactor navbar and remove legacy API/context
Replaces HomeNav with a new SiteNav and associated CSS module, updating navigation structure and user menu. Removes legacy API client, downloader, user model, and UserContext in favor of a new AuthContext stub for future authentication logic. Also cleans up HeroCarousel and minor CSS fixes.
2025-12-11 02:45:28 +01:00

8 lines
119 B
TypeScript

import { useEffect, useState } from "react";
export default function HeroCarousel() {
return (
<>
</>
);
}