mirror of
https://github.com/yattee/yattee.git
synced 2025-12-30 16:32:30 +00:00
Popular videos, playing from mp4
This commit is contained in:
@@ -1,17 +1,15 @@
|
||||
//
|
||||
// PearvidiousApp.swift
|
||||
// Shared
|
||||
//
|
||||
// Created by Arkadiusz Fal on 09/06/2021.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
import URLImage
|
||||
import URLImageStore
|
||||
|
||||
@main
|
||||
struct PearvidiousApp: App {
|
||||
var body: some Scene {
|
||||
let urlImageService = URLImageService(fileStore: URLImageFileStore(),
|
||||
inMemoryStore: URLImageInMemoryStore())
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
.environment(\.urlImageService, urlImageService)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user