Skip to content

Commit

Permalink
No need to export
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw committed Oct 9, 2024
1 parent 799b893 commit 5e196b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/fancy-switches/DarkModeSwitch.slint
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright © SixtyFPS GmbH <[email protected]>
// SPDX-License-Identifier: MIT

export component RayThick {
component RayThick {
in-out property colorize <=> i.colorize;
in-out property rotation <=> i.rotation-angle;
width: 0px;
Expand All @@ -16,7 +16,7 @@ export component RayThick {

}

export component RayThin {
component RayThin {
in-out property colorize <=> i.colorize;
in-out property rotation <=> i.rotation-angle;
width: 0px;
Expand Down

0 comments on commit 5e196b0

Please sign in to comment.