« get me outta code hell

index.js « page « src - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/page/index.js
blob: e07c13553e66d72f286e50afa2cbc775b13e0ad8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// NB: This is the index for the page/ directory and contains exports for all
// other modules here! It's not the page spec for the homepage - see
// homepage.js for that.
//
// (TODO: The docs here from initial draft were totally outdated.
//        We don't have docs for the new setup yet.
//        Write those!!)
//

export * as album from './album.js';
export * as artist from './artist.js';
export * as artistAlias from './artist-alias.js';
// export * as flash from './flash.js';
export * as group from './group.js';
// export * as homepage from './homepage.js';
export * as listing from './listing.js';
// export * as news from './news.js';
export * as static from './static.js';
// export * as tag from './tag.js';
export * as track from './track.js';