infoscreen-overview in cards
This commit is contained in:
8
dashboard/src/clients.tsx
Normal file
8
dashboard/src/clients.tsx
Normal 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;
|
||||
Reference in New Issue
Block a user