mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 22:33:45 +08:00
189d98f3ca
This PR converts the custom emoji UI in the admin pages to follow the new admin UI guidelines.
4 lines
110 B
JavaScript
4 lines
110 B
JavaScript
import Controller from "@ember/controller";
|
|
|
|
export default class AdminEmojisController extends Controller {}
|