aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'models/index.ts')
-rw-r--r--models/index.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/models/index.ts b/models/index.ts
deleted file mode 100644
index 764b342..0000000
--- a/models/index.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-import Trip from './Trip';
-import Photo from './Photo';
-
-export type { Trip, Photo };