1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00

removes unused import

This commit is contained in:
Sylvain 2021-06-07 09:20:40 +02:00
parent 6af425d272
commit b54239eee9

View File

@ -1,5 +1,3 @@
import { StripeIbanElement } from '@stripe/stripe-js';
export enum PaymentScheduleItemState {
New = 'new',
Pending = 'pending',