Fix host/lib/twenty.rb

This commit is contained in:
0x1eef 2024-04-21 22:15:41 -03:00
parent daff4d83f4
commit 3f1e641a46

View file

@ -1,5 +1,5 @@
module Twenty module Twenty
require "twenty-cli" require "twenty/cli"
require "twenty-server" require "twenty/server"
require "twenty-client" require "twenty/client"
end end