« get me outta code hell

add @format pragma to JS files - 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 <qznebula@protonmail.com>2022-06-26 16:47:50 -0300
committer(quasar) nebula <qznebula@protonmail.com>2022-06-26 16:47:50 -0300
commit1f68407db59a723cf78e050b7da0b73daa732a08 (patch)
tree4c5aa0cbd00f49ad8d810cf64b9582b75fb41d58 /src/page/index.js
parent4075254c9e38be6741527e1fb535eed444e6ad08 (diff)
add @format pragma to JS files
Diffstat (limited to 'src/page/index.js')
-rw-r--r--src/page/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/page/index.js b/src/page/index.js
index 50fbd7a..3d7e6fa 100644
--- a/src/page/index.js
+++ b/src/page/index.js
@@ -1,3 +1,5 @@
+// @format
+//
 // 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.