Meldungen und Einstellungen Seiten erstellt

This commit is contained in:
ISA
2025-01-29 10:00:02 +01:00
parent 5fbc04728b
commit 48b1d2f408
3 changed files with 12 additions and 0 deletions

5
pages/settings.tsx Normal file
View File

@@ -0,0 +1,5 @@
import React from "react";
export default function Settings() {
return <div>Settings</div>;
}