add file preview #6

Merged
csimonis merged 4 commits from feature/file-preview into main 2024-12-06 13:04:57 +00:00
Showing only changes of commit 1c923a3b24 - Show all commits

View File

@ -1,8 +0,0 @@
import {Controller} from "@hotwired/stimulus";
export default class extends Controller {
connect() {
}
}