diff options
author | mms <git@sapka.me> | 2025-01-05 22:34:55 +0100 |
---|---|---|
committer | mms <git@sapka.me> | 2025-01-05 22:34:55 +0100 |
commit | bfd8209ad0d80b5027bea8a1a095dadc8bffdc61 (patch) | |
tree | 1d4ec6d63dd3b4a1f788ec340a0fba3cd48b3dea /new/lib/crys.rb | |
parent | 628fcf941c322dd0ed24a643c58394392484740e (diff) |
feat(new): splash page in progress
Diffstat (limited to 'new/lib/crys.rb')
-rw-r--r-- | new/lib/crys.rb | 4 |
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 |