aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular/videos/pagination.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/angular/videos/pagination.ts')
-rw-r--r--client/angular/videos/pagination.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/client/angular/videos/pagination.ts b/client/angular/videos/pagination.ts
deleted file mode 100644
index 06f7a7875..000000000
--- a/client/angular/videos/pagination.ts
+++ /dev/null
@@ -1,5 +0,0 @@
1export interface Pagination {
2 currentPage: number;
3 itemsPerPage: number;
4 total: number;
5}