Skip to content

Commit 5996117

Browse files
committed
del: 불필요한 테스트코드 제거
1 parent 1e0b52a commit 5996117

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

BoostDesignSystem/Sources/BoostDesignSystem/Sources/Fonts/BoostFont.swift

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,3 @@ public enum BoostFont {
3030
case regular(CGFloat)
3131
}
3232
}
33-
34-
35-
struct ContentView: View {
36-
var body: some View {
37-
Text("Hello, World!")
38-
.font(.pretendard(.black, size: 20))
39-
}
40-
}
41-
42-
#Preview {
43-
FontRegistrar.registerFonts()
44-
return ContentView()
45-
46-
}

0 commit comments

Comments
 (0)