summaryrefslogtreecommitdiff
path: root/new/lib/crys.rb
diff options
context:
space:
mode:
authormms <git@sapka.me>2025-01-05 22:34:55 +0100
committermms <git@sapka.me>2025-01-05 22:34:55 +0100
commitbfd8209ad0d80b5027bea8a1a095dadc8bffdc61 (patch)
tree1d4ec6d63dd3b4a1f788ec340a0fba3cd48b3dea /new/lib/crys.rb
parent628fcf941c322dd0ed24a643c58394392484740e (diff)
feat(new): splash page in progress
Diffstat (limited to 'new/lib/crys.rb')
-rw-r--r--new/lib/crys.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/new/lib/crys.rb b/new/lib/crys.rb
index 333fcfb..68542a0 100644
--- a/new/lib/crys.rb
+++ b/new/lib/crys.rb
@@ -1,4 +1,8 @@
+require_relative "crys/processors/html_processor.rb"
+
require_relative "crys/server.rb"
+require_relative "crys/builder.rb"
+require_relative "crys/image_processor.rb"
module Crys
end