Skip to content

Commit ca323b0

Browse files
author
Jan Rajtr
committed
feat: added public
1 parent 7a04644 commit ca323b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FlowStacks/FlowNavigator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class FlowNavigator<Screen>: ObservableObject {
1414
set { routesBinding.wrappedValue = newValue }
1515
}
1616

17-
init(_ routesBinding: Binding<[Route<Screen>]>) {
17+
public init(_ routesBinding: Binding<[Route<Screen>]>) {
1818
self.routesBinding = routesBinding
1919
}
2020
}

0 commit comments

Comments
 (0)