🔥 Removes actions

This commit is contained in:
2025-10-25 17:50:17 +02:00
parent ad2c63b088
commit 6afa5763a6
4 changed files with 27 additions and 12 deletions

9
app/app.config.ts Normal file
View File

@@ -0,0 +1,9 @@
export default defineAppConfig({
ui: {
footer: {
slots: {
top: "py-2!",
}
}
}
});