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 {