Remove reference to compass

This commit is contained in:
Jordan Owens 2022-08-02 10:57:58 -04:00 committed by GitHub
parent 8ae87a87f3
commit 3d3dbb2364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ module Sinatra
##
# Other extensions you don't want to be loaded unless needed.
module Custom
# register :Compass, 'sinatra/compass'
register :Reloader, 'sinatra/reloader'
end