0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Fixed lint

This commit is contained in:
Rishabh 2022-10-21 16:08:26 +05:30
parent ba6fe63250
commit 50c92142d4

View file

@ -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;