Skip to content

Commit

Permalink
Import files QML from folder path
Browse files Browse the repository at this point in the history
  • Loading branch information
brizental committed May 10, 2024
1 parent a270365 commit 6458198
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ui/screens/home/ViewHome.qml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ import QtQuick 2.5
import QtQuick.Controls 2.14
import QtQuick.Layouts 1.14

import Mozilla.Shared 1.0
import Mozilla.VPN 1.0
import "controller"
import "servers"
import Mozilla.Shared 1.0
import components 0.1
import compat 0.1

Expand Down
1 change: 1 addition & 0 deletions src/ui/screens/home/controller/ControllerView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import QtQuick.Layouts 1.14

import Mozilla.Shared 1.0
import Mozilla.VPN 1.0
import "ip"
import components 0.1
import compat 0.1

Expand Down

0 comments on commit 6458198

Please sign in to comment.