feat: styled error page
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { Controller } from '@hotwired/stimulus'
|
||||
|
||||
export default class extends Controller {
|
||||
navigateBack() {
|
||||
window.history.back()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user