Skip to content

Commit

Permalink
Update Script
Browse files Browse the repository at this point in the history
  • Loading branch information
ptoffy committed Jun 23, 2024
1 parent 9a8b569 commit d1765f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/VaporDesign/Components/Script.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public struct Script: Component {
self.url = url
}

var body: Component {
public var body: Component {
Node<HTML.BodyContext>.script(.src(url))
}
}

0 comments on commit d1765f5

Please sign in to comment.