Skip to content

Commit a0f6912

Browse files
committed
fix imports
1 parent 219d5fd commit a0f6912

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Sources/SwiftHtml/Tags/Input.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
// Created by Tibor Bodecs on 2021. 07. 19..
66
//
77

8-
import Darwin
9-
108
/// The `<input>` tag specifies an input field where the user can enter data.
119
///
1210
/// The `<input>` element is the most important form element.

Tests/SwiftHtmlTests/Tags/SourceTagTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Created by Tibor Bodecs on 2022. 01. 21..
66
//
77

8-
import Foundation
98
import XCTest
109
@testable import SwiftHtml
1110

0 commit comments

Comments
 (0)