Impressia/Vernissage/Views/LocalFeedView.swift
Marcin Czachursk ab08edbe11 Refactor.
2023-01-20 16:57:25 +01:00

14 lines
250 B
Swift

//
// https://mczachurski.dev
// Copyright © 2022 Marcin Czachurski and the repository contributors.
// Licensed under the MIT License.
//
import SwiftUI
struct LocalFeedView: View {
var body: some View {
Text("Local feed")
}
}