mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 01:42:29 +03:00
f654b24486
refs https://github.com/TryGhost/Team/issues/1734 refs https://github.com/TryGhost/Team/issues/559 refs https://github.com/TryGhost/Ghost/issues/14101 - switches to newer modal patterns ready for later Ember upgrades
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
import Controller from '@ember/controller';
|
|
|
|
export default class EditController extends Controller {
|
|
}
|