From 993afcc367ff8da31643eac5c2b6215295101c4e Mon Sep 17 00:00:00 2001 From: vasavk Date: Fri, 14 Jun 2024 20:32:22 +0530 Subject: [PATCH] updated to VDSCoreTokens --- VDS/Components/Carousel/Carousel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VDS/Components/Carousel/Carousel.swift b/VDS/Components/Carousel/Carousel.swift index cf52506b..4ad8ef8c 100644 --- a/VDS/Components/Carousel/Carousel.swift +++ b/VDS/Components/Carousel/Carousel.swift @@ -7,7 +7,7 @@ import Foundation import UIKit -import VDSTokens +import VDSCoreTokens import Combine /// A carousel is a collection of related content in a row that a customer can navigate through horizontally.