From d386f0664b81b162f32542967e8feaf39f35d348 Mon Sep 17 00:00:00 2001 From: turtledreams <62231246+turtledreams@users.noreply.github.com> Date: Fri, 12 Jan 2024 23:29:01 +0900 Subject: [PATCH] Chnaged to relative (#190) * rel * comments --- lib/src/remote_config.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/remote_config.dart b/lib/src/remote_config.dart index b52301b9..d38500fd 100644 --- a/lib/src/remote_config.dart +++ b/lib/src/remote_config.dart @@ -1,4 +1,4 @@ -import 'package:countly_flutter/src/experiment_information.dart'; +import 'experiment_information.dart'; /// REMOTE CONFIG / AB TESTING class RCData {