userWidget: Add back missing import

This was accidentally dropped in commit a1534dab02.
This commit is contained in:
Florian Müllner 2019-02-09 18:49:41 +01:00
parent 7dd326f090
commit a111bfb90a

View File

@ -2,7 +2,7 @@
// //
// A widget showing the user avatar and name // A widget showing the user avatar and name
const { Clutter, GLib, GObject, St } = imports.gi; const { Clutter, Gio, GLib, GObject, St } = imports.gi;
const Params = imports.misc.params; const Params = imports.misc.params;