Skip to content

Commit

Permalink
Add missing Turbo import
Browse files Browse the repository at this point in the history
  • Loading branch information
joemasilotti committed Dec 11, 2023
1 parent cd4f71e commit d35d443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Demo/NumbersViewController.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import Turbo
import UIKit

/// A simple native table view controller to demonstrate loading non-Turbo screens
/// for a visit proposal
final class NumbersViewController: UITableViewController, PathConfigurationIdentifiable {

static var pathConfigurationIdentifier: String { "numbers" }

convenience init(url: URL, navigator: Navigator) {
self.init(nibName: nil, bundle: nil)
self.url = url
Expand Down

0 comments on commit d35d443

Please sign in to comment.