diff --git a/src/web/components/notification/licensenotification.jsx b/src/web/components/notification/licensenotification.jsx index 31e65c0b19..3e9e30c0d8 100644 --- a/src/web/components/notification/licensenotification.jsx +++ b/src/web/components/notification/licensenotification.jsx @@ -3,7 +3,6 @@ * SPDX-License-Identifier: AGPL-3.0-or-later */ - import React from 'react'; import _ from 'gmp/locale'; @@ -17,7 +16,7 @@ import Link from 'web/components/link/link'; import InfoPanel from 'web/components/panel/infopanel'; import PropTypes from 'web/utils/proptypes'; -import useLicense from 'web/utils/useLicense'; +import useLicense from 'web/hooks/useLicense'; const LICENSE_EXPIRATION_THRESHOLD = 30; diff --git a/src/web/utils/useLicense.js b/src/web/hooks/useLicense.js similarity index 100% rename from src/web/utils/useLicense.js rename to src/web/hooks/useLicense.js