提交
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// Navigation+Injection.swift
|
||||
// TUIRoomKit
|
||||
//
|
||||
// Created by aby on 2024/6/20.
|
||||
//
|
||||
import Factory
|
||||
|
||||
extension Container {
|
||||
var navigation: Factory<Route> {
|
||||
Factory(self) {
|
||||
ConferenceRouter()
|
||||
}
|
||||
.shared
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user