feat: implement Landingpage component and update Layout to conditionally render it
This commit is contained in:
11
admin/src/components/API/Landingpage.tsx
Normal file
11
admin/src/components/API/Landingpage.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from "react";
|
||||
|
||||
const Landingpage: React.FC = () => {
|
||||
return (
|
||||
<>
|
||||
<h1>Übersicht über alle Gegenstände und Ausleihen</h1>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default Landingpage;
|
Reference in New Issue
Block a user