« get me outta code hell

basic module-ify album pages - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/page/index.js
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2021-06-01 15:32:03 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-06-01 15:32:03 -0300
commit234747721fec14e69fc75d6c0134ad4a5ae7736e (patch)
tree2f478d474ee0a0e0d009d7bc39589e89da39c181 /src/page/index.js
parent76207fff8bd19d443242ceb841aba09d2fc24190 (diff)
basic module-ify album pages
Other pages are commented out for now. Also, this doesn't include the
source .txt processing functions yet, 8ut that'll pro8a8ly end up in the
page/ files too.
Diffstat (limited to 'src/page/index.js')
-rw-r--r--src/page/index.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/page/index.js b/src/page/index.js
new file mode 100644
index 0000000..ca78238
--- /dev/null
+++ b/src/page/index.js
@@ -0,0 +1,5 @@
+// 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.
+
+export * as album from './album.js';