mirror of
https://github.com/nextcloud/server.git
synced 2026-03-23 19:03:20 -04:00
This removes the need to manually compile the templates every time they are changed Signed-off-by: Robin Appelman <robin@icewind.nl>
7 lines
167 B
JavaScript
7 lines
167 B
JavaScript
import './versionmodel'
|
|
import './versioncollection'
|
|
import './versionstabview'
|
|
import './filesplugin'
|
|
import './css/versions.css'
|
|
|
|
window.OCA.Versions = OCA.Versions
|