Added actors pagination.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { fetchLatest, fetchUpcoming, fetchNew } from '../../src/scenes';
|
||||
import { fetchLatest, fetchUpcoming, fetchNew } from '#/src/scenes.js';
|
||||
|
||||
async function fetchScenes(scope, page, limit) {
|
||||
if (scope === 'new') {
|
||||
|
||||
Reference in New Issue
Block a user