infoscreen-overview in cards

This commit is contained in:
2025-06-23 16:06:00 +00:00
parent 76f6baf533
commit 6e38ca477a
18 changed files with 476 additions and 124 deletions

View File

@@ -0,0 +1,8 @@
import React from 'react';
const Infoscreens: React.FC = () => (
<div>
<h2 className="text-xl font-bold mb-4">Infoscreens</h2>
<p>Willkommen im Infoscreen-Management Infoscreens.</p>
</div>
);
export default Infoscreens;