From af82966bade46e9967671bf8a84579b1718ddbb8 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Fri, 19 May 2023 14:48:46 -0500 Subject: [PATCH] Signed-off-by: Matt Bruce --- VDS/Components/Tabs/Tab.swift | 8 ++++++++ VDS/Components/Tabs/Tabs.swift | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 VDS/Components/Tabs/Tab.swift create mode 100644 VDS/Components/Tabs/Tabs.swift diff --git a/VDS/Components/Tabs/Tab.swift b/VDS/Components/Tabs/Tab.swift new file mode 100644 index 00000000..f713777f --- /dev/null +++ b/VDS/Components/Tabs/Tab.swift @@ -0,0 +1,8 @@ +// +// Tab.swift +// VDS +// +// Created by Matt Bruce on 5/18/23. +// + +import Foundation diff --git a/VDS/Components/Tabs/Tabs.swift b/VDS/Components/Tabs/Tabs.swift new file mode 100644 index 00000000..7c503f30 --- /dev/null +++ b/VDS/Components/Tabs/Tabs.swift @@ -0,0 +1,8 @@ +// +// Tabs.swift +// VDS +// +// Created by Matt Bruce on 5/18/23. +// + +import Foundation