From 5c825d96c3bfe0a55c32d3b15f542bb8085fd707 Mon Sep 17 00:00:00 2001 From: sergesoroka Date: Mon, 9 Sep 2024 11:04:48 +0200 Subject: [PATCH] the h5web component occupies the whole space vertically --- components/h5web/h5web.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/h5web/h5web.jsx b/components/h5web/h5web.jsx index 18409f4..daac3ba 100755 --- a/components/h5web/h5web.jsx +++ b/components/h5web/h5web.jsx @@ -1,8 +1,8 @@ import "@h5web/app/dist/styles.css"; import { App, HsdsProvider } from "@h5web/app"; -import { useLocation, useSearchParams, useParams } from "react-router-dom"; import { useState } from "react"; +import { useLocation, useSearchParams } from "react-router-dom"; // eslint-disable-next-line react/prop-types export default function H5web({ domain }) { @@ -48,7 +48,7 @@ export default function H5web({ domain }) { Download the file -
+