listModes: Port listModes command to ES module

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1499>
This commit is contained in:
Evan Welsh
2023-06-07 22:13:24 -07:00
committed by Florian Müllner
parent b6e97fe449
commit 12f6d7027b
3 changed files with 11 additions and 5 deletions

5
js/ui/listModes.js Normal file
View File

@ -0,0 +1,5 @@
import './environment.js';
import {listModes} from './sessionMode.js';
listModes();