feat: added widget for the RAM module

This commit is contained in:
Serhiy Mytrovtsiy
2024-07-05 19:47:18 +02:00
parent d85f148cc3
commit 376a64c42d
4 changed files with 126 additions and 2 deletions

View File

@@ -12,10 +12,12 @@
import SwiftUI
import CPU
import RAM
@main
struct WidgetsBundle: WidgetBundle {
var body: some Widget {
CPUWidget()
RAMWidget()
}
}