class Importmap::Reloader

def reload!

def reload!
  import_map_paths.each { |path| load path }
end