import QtQuick 2.0
import "singleton"

Item {
    SingletonType {}
}
