From 79c69a3fe17c1e8203f2fcc27fc609097b07ab19 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Tue, 2 Apr 2024 12:09:44 -0500 Subject: [PATCH] fixed issues with TOken Signed-off-by: Matt Bruce --- VDSSample/ViewControllers/BreadcrumbsViewController.swift | 2 +- .../ViewControllers/CarouselScrollbarViewConttroller.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VDSSample/ViewControllers/BreadcrumbsViewController.swift b/VDSSample/ViewControllers/BreadcrumbsViewController.swift index 88cc5fe..1cee787 100644 --- a/VDSSample/ViewControllers/BreadcrumbsViewController.swift +++ b/VDSSample/ViewControllers/BreadcrumbsViewController.swift @@ -8,7 +8,7 @@ import Foundation import UIKit import VDS -import VDSColorTokens +import VDSTokens import Combine class BreadcrumbsViewController: BaseViewController { diff --git a/VDSSample/ViewControllers/CarouselScrollbarViewConttroller.swift b/VDSSample/ViewControllers/CarouselScrollbarViewConttroller.swift index 941172f..99ca1ce 100644 --- a/VDSSample/ViewControllers/CarouselScrollbarViewConttroller.swift +++ b/VDSSample/ViewControllers/CarouselScrollbarViewConttroller.swift @@ -9,7 +9,7 @@ import Foundation import UIKit import VDS import Combine -import VDSColorTokens +import VDSTokens class CarouselScrollbarViewConttroller: BaseViewController {