Locales: Remove unused index.js

This commit is contained in:
Alex Gleason 2020-06-09 14:47:32 -05:00
parent 1b36699021
commit 85a56d86f3
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -1,9 +0,0 @@
let theLocale;
export function setLocale(locale) {
theLocale = locale;
}
export function getLocale() {
return theLocale;
}