first commit
This commit is contained in:
13
pages/KartenSeite.js
Normal file
13
pages/KartenSeite.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
import KartenKomponente from '../components/KartenKomponente'; // Passen Sie den Importpfad nach Bedarf an
|
||||
|
||||
const KartenSeite = () => {
|
||||
return (
|
||||
<div className="container mx-auto p-4">
|
||||
<h1 className="text-xl font-bold mb-4">Kartenansicht</h1>
|
||||
<KartenKomponente />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default KartenSeite;
|
||||
Reference in New Issue
Block a user