renaming, cleanup

This commit is contained in:
Michael Murtaugh
2019-06-13 11:43:42 +02:00
parent dc57068ad3
commit c2bf2d9117
10 changed files with 5766 additions and 442 deletions

2
src/app.js Normal file
View File

@@ -0,0 +1,2 @@
import { Map } from './wikimap.js';
export { Map };