From 82f9f2f7068c98e7afa5b849213635e69747c3c0 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Fri, 7 Jun 2024 13:14:53 -0500 Subject: [PATCH] updated to VDSCoreTokens Signed-off-by: Matt Bruce --- VDSSample/ViewControllers/TableViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VDSSample/ViewControllers/TableViewController.swift b/VDSSample/ViewControllers/TableViewController.swift index 80110b0..38c6144 100644 --- a/VDSSample/ViewControllers/TableViewController.swift +++ b/VDSSample/ViewControllers/TableViewController.swift @@ -8,7 +8,7 @@ import Foundation import VDS import UIKit -import VDSTokens +import VDSCoreTokens class TableViewController: BaseViewController {