feat: styled error page

This commit is contained in:
Björn Fromme
2025-03-11 08:16:51 +01:00
parent ad912f73f5
commit 778d79fd23
2 changed files with 20 additions and 0 deletions
@@ -0,0 +1,7 @@
import { Controller } from '@hotwired/stimulus'
export default class extends Controller {
navigateBack() {
window.history.back()
}
}