Fix frontend build regressions

This commit is contained in:
2026-03-28 21:55:17 +01:00
parent 4be75ab940
commit 3b6588397e
4 changed files with 64 additions and 21 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import React, { useState } from "react";
import { Box, Button, Paper, Typography } from "@mui/material";
import { api } from "../api";
import { api, getApiErrorMessage } from "../api";
import { useToast } from "../toast";
import { useI18n } from "../i18n/I18nProvider";