summaryrefslogtreecommitdiff
path: root/public/bundle.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/bundle.js')
-rw-r--r--public/bundle.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/bundle.js b/public/bundle.js
index 11109e6..948ac8a 100644
--- a/public/bundle.js
+++ b/public/bundle.js
@@ -6161,6 +6161,11 @@ var Folder = function (_Component) {
'span',
{ 'class': 'name' },
file.name
+ ),
+ (0, _preact.h)(
+ 'span',
+ { 'class': 'mime' },
+ file.mime
)
);
});