We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42773a5 commit 77b8a65Copy full SHA for 77b8a65
UgSlider/Sources/UgSlider/main.page.swift
@@ -5,7 +5,7 @@ class Pic : EObject {
5
let url : String
6
7
init(_ filename:String) {
8
- self.url = "./assets/\(filename)"
+ self.url = "./Assets/\(filename)"
9
}
10
11
0 commit comments