Fix launching the usb printing menu

Some imports were incorrect/missing.

CURA-9000
This commit is contained in:
casper 2022-03-03 13:01:42 +01:00
parent fcdc43fc71
commit eb8fd44e4c
4 changed files with 4 additions and 3 deletions

View file

@ -3,6 +3,7 @@
import QtQuick 2.10
import QtQuick.Controls 2.1
import QtQuick.Layouts 1.3
import UM 1.5 as UM
import Cura 1.0 as Cura