Move the file selector out of the editor itself; closes #2147

This commit is contained in:
Dane Everitt
2020-08-19 21:11:29 -07:00
parent 540cc82e3d
commit 13ace83f42
4 changed files with 36 additions and 44 deletions

3
resources/scripts/modes.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
declare const modes: Record<string, string>;
export default modes;