module React
class SettingsController < ApplicationController
layout 'application_react'
def index; end
end