We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219d5fd commit a0f6912Copy full SHA for a0f6912
Sources/SwiftHtml/Tags/Input.swift
@@ -5,8 +5,6 @@
5
// Created by Tibor Bodecs on 2021. 07. 19..
6
//
7
8
-import Darwin
9
-
10
/// The `<input>` tag specifies an input field where the user can enter data.
11
///
12
/// The `<input>` element is the most important form element.
Tests/SwiftHtmlTests/Tags/SourceTagTests.swift
@@ -5,7 +5,6 @@
// Created by Tibor Bodecs on 2022. 01. 21..
-import Foundation
import XCTest
@testable import SwiftHtml
0 commit comments