From 50c92142d4558b15b375bfb1ccb4235d1e53161e Mon Sep 17 00:00:00 2001 From: Rishabh Date: Fri, 21 Oct 2022 16:08:26 +0530 Subject: [PATCH] Fixed lint --- ghost/admin/app/components/posts/links-table.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ghost/admin/app/components/posts/links-table.js b/ghost/admin/app/components/posts/links-table.js index ac9be92e9dd7..6470ca5a4f4f 100644 --- a/ghost/admin/app/components/posts/links-table.js +++ b/ghost/admin/app/components/posts/links-table.js @@ -1,6 +1,5 @@ import Component from '@glimmer/component'; import {action} from '@ember/object'; -import {task} from 'ember-concurrency'; import {tracked} from '@glimmer/tracking'; const PAGE_SIZE = 5;