From 234747721fec14e69fc75d6c0134ad4a5ae7736e Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 1 Jun 2021 15:32:03 -0300 Subject: 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. --- src/page/index.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/page/index.js (limited to 'src/page/index.js') 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'; -- cgit 1.3.0-6-gf8a5