functioning birdseye view

This commit is contained in:
Blake Blackshear
2021-06-12 09:55:40 -05:00
parent 0df35379ef
commit 89c2ae2208
8 changed files with 122 additions and 96 deletions

View File

@@ -13,6 +13,11 @@ export async function getEvent(url, cb, props) {
return module.default;
}
export async function getBirdseye(url, cb, props) {
const module = await import('./Birdseye.jsx');
return module.default;
}
export async function getEvents(url, cb, props) {
const module = await import('./Events.jsx');
return module.default;