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
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
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;