Skip to content

Instantly share code, notes, and snippets.

@AviTsadok
Created September 18, 2022 03:33
Show Gist options
  • Select an option

  • Save AviTsadok/e0355e2c87c23230d283d1b49141f5be to your computer and use it in GitHub Desktop.

Select an option

Save AviTsadok/e0355e2c87c23230d283d1b49141f5be to your computer and use it in GitHub Desktop.
NavigationWidgetBundle.swift
import WidgetKit
import SwiftUI
@main
struct Widgets: WidgetBundle {
var body: some Widget {
NavigationWidget()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment