Skip to content

Commit

Permalink
Use URLRouting, not _URLRouting.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw committed May 11, 2022
1 parent 5d75923 commit c489eb5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import SwiftUI
import SiteRouter
import _URLRouting
import URLRouting

class ViewModel: ObservableObject {
@Published var books: [BooksResponse.Book] = []
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Foundation
import _URLRouting
import URLRouting

public struct UserResponse: Codable {
public let id: Int
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c489eb5

Please sign in to comment.