From 00aa03764df3572a4053ba29de9b202ae57d955e Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 18 Dec 2023 18:25:38 -0500 Subject: [PATCH] remove unused file --- packages/angular/src/ionic-core.ts | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 packages/angular/src/ionic-core.ts diff --git a/packages/angular/src/ionic-core.ts b/packages/angular/src/ionic-core.ts deleted file mode 100644 index efe90c9880..0000000000 --- a/packages/angular/src/ionic-core.ts +++ /dev/null @@ -1,21 +0,0 @@ -// Re-exports from ionic/core - -// UTILS -export { IonicSafeString, getPlatforms, isPlatform, createAnimation } from '@ionic/core'; - -// CORE TYPES -export { - Animation, - AnimationBuilder, - AnimationCallbackOptions, - AnimationDirection, - AnimationFill, - AnimationKeyFrames, - AnimationLifecycle, - Gesture, - GestureConfig, - GestureDetail, - mdTransitionAnimation, - iosTransitionAnimation, - NavComponentWithProps, -} from '@ionic/core';