summaryrefslogtreecommitdiff
path: root/util/checkFileSystemCompatibility.ts
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-10-08 23:39:37 +0200
committerThomas F. K. Jorna <[email protected]>2021-10-08 23:39:37 +0200
commit2384b30a244c7d6477e54de5385fe7f1cc62d43a (patch)
tree55c9f82f9475249a7f91ac44e408e04e9f1c9560 /util/checkFileSystemCompatibility.ts
parentfd4edbd6a854275c10c5b21173f0875921d547d1 (diff)
feat(preview): proper file preview with api routing
Diffstat (limited to 'util/checkFileSystemCompatibility.ts')
-rw-r--r--util/checkFileSystemCompatibility.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/util/checkFileSystemCompatibility.ts b/util/checkFileSystemCompatibility.ts
deleted file mode 100644
index a96b68e..0000000
--- a/util/checkFileSystemCompatibility.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-export const checkFileSystemCompatibility = () => {
- return typeof window.showDirectoryPicker !== 'undefined'
-}