import Testing
@testable import RuntimeSmokeFeature

@Test func runtimeSmokeViewCanBeCreated() async throws {
    _ = ContentView()
}
