From b470466b79ef1ed7b18701c157a8bd37488c947d Mon Sep 17 00:00:00 2001 From: Kima Date: Wed, 22 May 2024 18:09:39 +0200 Subject: [PATCH] toggle to change new popups and fix in plus --- lib/ui/mobile/plus/upsell.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ui/mobile/plus/upsell.dart b/lib/ui/mobile/plus/upsell.dart index c0dc6dc..521ccab 100644 --- a/lib/ui/mobile/plus/upsell.dart +++ b/lib/ui/mobile/plus/upsell.dart @@ -1,5 +1,4 @@ import 'package:flutter_svg/svg.dart'; -import 'package:refilc/helpers/subject.dart'; import 'package:refilc_mobile_ui/common/bottom_sheet_menu/rounded_bottom_sheet.dart'; import 'package:refilc_mobile_ui/plus/plus_screen.dart'; import 'package:flutter/material.dart';