Skip to content

Commit

Permalink
Remove the DeferredRender module completely
Browse files Browse the repository at this point in the history
With the new defaults, we shouldn't need this.
  • Loading branch information
joeldrapper committed Oct 2, 2024
1 parent 062bbe8 commit b037a6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion lib/phlex.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module Phlex
autoload :CSV, "phlex/csv"
autoload :Callable, "phlex/callable"
autoload :Context, "phlex/context"
autoload :DeferredRender, "phlex/deferred_render"
autoload :ElementClobberingGuard, "phlex/element_clobbering_guard"
autoload :Elements, "phlex/elements"
autoload :Error, "phlex/error"
Expand Down
5 changes: 0 additions & 5 deletions lib/phlex/deferred_render.rb

This file was deleted.

0 comments on commit b037a6c

Please sign in to comment.