class Importmap::Reloader

def reload!

def reload!
  import_map_paths.each { |path| Rails.application.importmap.draw(path) }
end