fix names
Some checks failed
Deploy React / build-and-deploy (push) Failing after 12s

This commit is contained in:
2026-02-23 17:36:24 +01:00
parent 5b305bee01
commit 040fc4e677
2 changed files with 1 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ import InventoryWidget from "./widget/inventoryWidget";
import { useEffect, useState } from "react";
import "./MainApp.css"
import AdminWidget from "./widget/adminWidget";
export default function MainAppWrapper({resClientId}) {