Skip to content

Commit

Permalink
add edit track screen, add update track method
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdanprog committed Apr 30, 2024
1 parent b19e32b commit 0fa31af
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/frontend/sharedComponents/DiscardModal.tsx
Original file line number Diff line number Diff line change
@@ -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<BottomSheetModalMethods>;
Expand Down

0 comments on commit 0fa31af

Please sign in to comment.