diff --git a/web/src/components/software/ProductSelectionPage.jsx b/web/src/components/software/ProductSelectionPage.jsx index 7b527b063c..d836bff8ef 100644 --- a/web/src/components/software/ProductSelectionPage.jsx +++ b/web/src/components/software/ProductSelectionPage.jsx @@ -23,8 +23,7 @@ import React, { useEffect, useState } from "react"; import { useNavigate } from "react-router-dom"; import { useInstallerClient } from "~/context/installer"; import { useSoftware } from "~/context/software"; -import format from "format-util"; -import { _, n_ } from "~/i18n"; +import { _ } from "~/i18n"; import { Button, @@ -101,16 +100,7 @@ function ProductSelectionPage() {
- + {buildOptions()}