diff --git a/web-app/src/routes/hub.tsx b/web-app/src/routes/hub.tsx index af6819ce0..2f73b5ce0 100644 --- a/web-app/src/routes/hub.tsx +++ b/web-app/src/routes/hub.tsx @@ -19,6 +19,7 @@ import { import { downloadModel } from '@/services/models' import { useDownloadStore } from '@/hooks/useDownloadStore' import { Progress } from '@/components/ui/progress' +import HeaderPage from '@/containers/HeaderPage' type ModelProps = { model: { @@ -160,44 +161,46 @@ function Hub() { return (