Add NWBrowser and NWConnection code.
TODO: Refactor all of this stuff better
This commit is contained in:
20
KlipperMon/PrinterConfigView.swift
Normal file
20
KlipperMon/PrinterConfigView.swift
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// PrinterConfigView.swift
|
||||
// KlipperMon
|
||||
//
|
||||
// Created by maddiefuzz on 2/8/23.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct PrinterConfigView: View {
|
||||
var body: some View {
|
||||
Text("Config Printer In Here")
|
||||
}
|
||||
}
|
||||
|
||||
struct PrinterConfigView_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
PrinterConfigView()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user