From 0fa31af2733666bfc16160f606c51801be34e2ef Mon Sep 17 00:00:00 2001 From: bohdanprog Date: Tue, 30 Apr 2024 09:31:43 +0200 Subject: [PATCH] add edit track screen, add update track method --- src/frontend/sharedComponents/DiscardModal.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/frontend/sharedComponents/DiscardModal.tsx b/src/frontend/sharedComponents/DiscardModal.tsx index f6374600c..eae7c809d 100644 --- a/src/frontend/sharedComponents/DiscardModal.tsx +++ b/src/frontend/sharedComponents/DiscardModal.tsx @@ -1,10 +1,7 @@ import React, {FC, ReactNode, RefObject} from 'react'; import {BottomSheetModalMethods} from '@gorhom/bottom-sheet/lib/typescript/types'; -import { - BottomSheetContent, - BottomSheetModal, -} from '../../../../sharedComponents/BottomSheetModal'; -import {ActionButtonConfig} from '../../../../sharedComponents/BottomSheet/Content.tsx'; +import {BottomSheetContent, BottomSheetModal} from './BottomSheetModal'; +import {ActionButtonConfig} from './BottomSheet/Content.tsx'; export interface DiscardModal { bottomSheetRef: RefObject;