diff --git a/lib/twenty.rb b/lib/twenty.rb index b9da598..2a3c981 100644 --- a/lib/twenty.rb +++ b/lib/twenty.rb @@ -1,5 +1,5 @@ module Twenty require "twenty-cli" - require "twenty-frontend" - require "twenty-backend" + require "twenty-server" + require "twenty-client" end