mirror of
https://github.com/discourse/discourse.git
synced 2025-01-04 08:23:48 +08:00
7 lines
122 B
Ruby
7 lines
122 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class Admin::Config::LookAndFeelController < Admin::AdminController
|
||
|
def themes
|
||
|
end
|
||
|
end
|