feat: screenshots tab draft

This commit is contained in:
Calum H. (IMB11)
2026-08-13 16:06:40 +01:00
parent 290bd2b934
commit 6efabff0d6
14 changed files with 1318 additions and 282 deletions
@@ -2,7 +2,8 @@ import Content from './content/index.vue'
import Files from './files/index.vue'
import Index from './layout.vue'
import Logs from './logs/index.vue'
import Screenshots from './screenshots/index.vue'
import Share from './share/index.vue'
import Worlds from './worlds/index.vue'
export { Content, Files, Index, Logs, Share, Worlds }
export { Content, Files, Index, Logs, Screenshots, Share, Worlds }