/**
## ui/locations
The locations module compiles methods for the creation of location views.
- view
- listview
- infoj
- entries
@module /ui/locations
*/
import view from './view.mjs';
import listview from './listview.mjs';
import infoj from './infoj.mjs';
import entries from './entries/_entries.mjs';
export default {
view,
listview,
infoj,
entries,
};