view LazyBear/Tests/ChartTests.swift @ 177:235ee168a9c3

Fix URL encoding bug clean company search list
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Sun, 21 Feb 2021 17:38:02 +0100
parents
children 0df6396f7e28
line wrap: on
line source

//
//  ChartTests.swift
//  LazyBear
//
//  Created by Dennis Concepción Martín on 20/2/21.
//

import SwiftUI

struct ChartTests: View {
    var body: some View {
        Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
    }
}

struct ChartTests_Previews: PreviewProvider {
    static var previews: some View {
        ChartTests()
    }
}