Skip to content

Commit

Permalink
Update DynamicDivider.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWDG authored Jun 6, 2024
1 parent b38ee0e commit d5dffd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/DynamicUI/Views/DynamicDivider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import SwiftUI

/// DynamicUI: DynamicDivider
/// DynamicDivider is a SwiftUI View that can be used to display an Divider.
struct DynamicDivider: View {
public struct DynamicDivider: View {
@Environment(\.internalDynamicUIEnvironment)
/// Internal: dynamicUIEnvironment
private var dynamicUIEnvironment
Expand Down

0 comments on commit d5dffd4

Please sign in to comment.